Author: ucko
Date: 2011-05-29 15:14:32 +0000 (Sun, 29 May 2011)
New Revision: 6885

Modified:
   trunk/packages/ncbi-blast-plus/trunk/debian/rules
Log:
Build with DLL_LDFLAGS=-Wl,--as-needed, addressing some dpkg-shlibdeps warnings.


Modified: trunk/packages/ncbi-blast-plus/trunk/debian/rules
===================================================================
--- trunk/packages/ncbi-blast-plus/trunk/debian/rules   2011-05-29 15:12:54 UTC 
(rev 6884)
+++ trunk/packages/ncbi-blast-plus/trunk/debian/rules   2011-05-29 15:14:32 UTC 
(rev 6885)
@@ -29,7 +29,7 @@
 
 override_dh_auto_build:
        cd c++/BUILD/build  &&  make -f Makefile.flat \
-           all_projects="$(proj)"
+           all_projects="$(proj)" DLL_LDFLAGS=-Wl,--as-needed
 
 override_dh_auto_test:
        -dh_auto_test


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to