[sfcgal] 02/10: Reorder configure options.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Oct 2 17:59:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository sfcgal.
commit 59a357cab899e4c6f66b65402ff6de551c6c12ec
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Oct 2 16:15:52 2015 +0200
Reorder configure options.
---
debian/rules | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index b604ae3..9534bad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,9 +16,12 @@ include /usr/share/dpkg/default.mk
dh $@ --with pkgkde_symbolshelper --parallel
override_dh_auto_configure:
- dh_auto_configure -- -DSFCGAL_BUILD_VIEWER=ON \
- -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON \
- -DSFCGAL_BUILD_TESTS=ON -DCMAKE_INSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH)
+ dh_auto_configure -- \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH) \
+ -DCMAKE_VERBOSE_MAKEFILE=ON \
+ -DSFCGAL_BUILD_TESTS=ON \
+ -DSFCGAL_BUILD_VIEWER=ON
override_dh_install:
# removing embedded rpath in binaries
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/sfcgal.git
More information about the Pkg-grass-devel
mailing list