[med-svn] [sra-sdk] 02/02: Hack to make sure ncbi-vdb lib will be found

Andreas Tille tille at debian.org
Wed Jan 11 13:32:46 UTC 2017


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

tille pushed a commit to branch master
in repository sra-sdk.

commit 820ad5603d0172bf382f832cf5b330abcf505b31
Author: Andreas Tille <tille at debian.org>
Date:   Wed Jan 11 14:32:23 2017 +0100

    Hack to make sure ncbi-vdb lib will be found
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 1940fb3..1434672 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,10 @@ override_dh_update_autotools_config:
 	echo "do nothing"
 
 override_dh_auto_configure:
+	# output dir will be checked so create it before
+	mkdir -p debian/tmp/usr/lib
+	ln -s /usr/lib/$(BUILDTYPE) debian/tmp/usr/lib
+	#
         # that's no standard configure script lacking support of default options
 	#
 	# --with-debug sets some options that require header files like compiler.h which

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



More information about the debian-med-commit mailing list