[med-svn] [blasr] 12/12: Fix library linking

Afif Elghraoui afif-guest at moszumanska.debian.org
Mon Dec 14 21:14:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

afif-guest pushed a commit to branch master
in repository blasr.

commit 01a382e5fff80a38c03bce010d751be4495c71ac
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Mon Dec 14 13:14:28 2015 -0800

    Fix library linking
---
 debian/rules | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index f03574a..44a3bea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,12 +7,13 @@ export HDF5_INC=/usr/include/hdf5/serial
 export HDF5_LIB=/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial
 
 export LIBBLASR_INC=/usr/include/blasr
-export LIBBLASR_LIB=/usr/lib/$(DEB_HOST_MULTIARCH)
+export LIBBLASR_LIB=/usr/lib/$(DEB_HOST_MULTIARCH)/blasr
 export LIBPBDATA_INC=/usr/include/pbdata
-export LIBPBDATA_LIB=/usr/lib/$(DEB_HOST_MULTIARCH)
+export LIBPBDATA_LIB=/usr/lib/$(DEB_HOST_MULTIARCH)/pbdata
 export LIBPBIHDF_INC=/usr/include/pbihdf
-export LIBPBIHDF_LIB=/usr/lib/$(DEB_HOST_MULTIARCH)
+export LIBPBIHDF_LIB=/usr/lib/$(DEB_HOST_MULTIARCH)/pbihdf
 
+export LD_RUN_PATH=$(LIBBLASR_LIB):$(LIBPBDATA_LIB):$(LIBPBIHDF_LIB)
 %:
 	dh $@ --parallel
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/blasr.git



More information about the debian-med-commit mailing list