From: Aaron M. Ucko Date: Sun, 29 May 2011 15:14:32 +0000 (+0000) Subject: Build with DLL_LDFLAGS=-Wl,--as-needed, addressing some dpkg-shlibdeps warnings. X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~346 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=77dc1f51cf697fca4ecc0c33e8355b1c44c81f3a;p=ncbi-blast%2B.git Build with DLL_LDFLAGS=-Wl,--as-needed, addressing some dpkg-shlibdeps warnings. --- diff --git a/debian/rules b/debian/rules index 45a71ff5..c50f9d38 100755 --- a/debian/rules +++ b/debian/rules @@ -29,7 +29,7 @@ override_dh_auto_configure: 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