From 77dc1f51cf697fca4ecc0c33e8355b1c44c81f3a Mon Sep 17 00:00:00 2001 From: "Aaron M. Ucko" Date: Sun, 29 May 2011 15:14:32 +0000 Subject: [PATCH] Build with DLL_LDFLAGS=-Wl,--as-needed, addressing some dpkg-shlibdeps warnings. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2