[med-svn] [pbbam] 02/11: Disable setting of rpath during build
Afif Elghraoui
afif at moszumanska.debian.org
Tue Jul 5 11:05:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository pbbam.
commit ecacf6846396fd8362dd8309abeb90fa9aa44d01
Author: Afif Elghraoui <afif at debian.org>
Date: Tue Jul 5 02:37:58 2016 -0700
Disable setting of rpath during build
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index c95f22e..ab749e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,7 @@
export LC_ALL=C.UTF-8
include /usr/share/dpkg/architecture.mk
+export LD_LIBRARY_PATH:=$(CURDIR)/lib:$(LD_LIBRARY_PATH)
%:
dh $@ --parallel
@@ -13,6 +14,7 @@ override_dh_auto_configure:
-DPacBioBAM_build_shared=ON \
-DPacBioBAM_build_tests=OFF \
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
+ -DCMAKE_SKIP_RPATH=ON \
-DHTSLIB_INCLUDE_DIRS=/usr/include \
-DHTSLIB_LIBRARIES=/usr/lib \
-DCMAKE_SHARED_LINKER_FLAGS="-lssl -lhts $(LDFLAGS)"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbbam.git
More information about the debian-med-commit
mailing list