[pktools] 10/28: Enable BUILD_SHARED_LIBS option.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Wed May 18 10:03:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository pktools.
commit fd1eb8659ec00f0a43332f642d04a8dcb679a74e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Tue May 17 23:37:46 2016 +0200
Enable BUILD_SHARED_LIBS option.
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 354adb4..7c58624 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,8 @@ MANPAGES:=$(wildcard debian/man/*.*.xml)
override_dh_auto_configure:
dh_auto_configure -- -DBUILD_WITH_FANN=ON \
- -DBUILD_WITH_LIBLAS=ON
+ -DBUILD_WITH_LIBLAS=ON \
+ -DBUILD_SHARED_LIBS=ON
override_dh_clean:
dh_clean debian/man/*.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pktools.git
More information about the Pkg-grass-devel
mailing list