[med-svn] [pbbam] 01/02: Fix cmake arguments to properly position LDFLAGS

Afif Elghraoui afif at moszumanska.debian.org
Sun Oct 23 22:12:24 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 dd3662d0ea47fe49f59ff9c607b653c4767ed4a0
Author: Afif Elghraoui <afif at debian.org>
Date:   Sun Oct 23 13:56:01 2016 -0700

    Fix cmake arguments to properly position LDFLAGS
    
    Closes: #841671
    Thanks: Steve Langasek
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index ab749e3..5c36f45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,8 +16,8 @@ override_dh_auto_configure:
 	-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)"
+	-DHTSLIB_LIBRARIES="-lssl -lcrypto -lhts" \
+	-DCMAKE_SHARED_LINKER_FLAGS="$(LDFLAGS)"
 #	-DPacBioBAM_wrap_python=ON \
 #	-DPacBioBAM_wrap_r=ON
 

-- 
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