[med-svn] [SCM] sra-sdk branch, master, updated. debian/2.0.1-1-32-g8e1085c
Charles Plessy
plessy at debian.org
Tue Jan 10 00:38:46 UTC 2012
The following commit has been merged in the master branch:
commit 5cd80395ba63e5f90ad6c86f49c016492c1e06f4
Author: Charles Plessy <plessy at debian.org>
Date: Tue Jan 10 07:44:11 2012 +0900
Use a target that allows dynamic linking.
See: http://lists.debian.org/a0624083acb30cad8828f@[192.168.3.50]
diff --git a/debian/rules b/debian/rules
index a261000..b26b9fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
OUTDIR=$(CURDIR)/debian/tmp
override_dh_auto_configure:
- export OUTDIR=$(OUTDIR) ; make OUTDIR=$(OUTDIR) out ; make dynamic
+ export OUTDIR=$(OUTDIR) ; make OUTDIR=$(OUTDIR) out ; make release dynamic
override_dh_auto_build:
export LD_LIBRARY_PATH="$$LD_LIBRARY_PATH:$(OUTDIR)/lib"; export OUTDIR=$(OUTDIR) ; make
--
Utilities for the NCBI Sequence Read Archive
More information about the debian-med-commit
mailing list