From 26f88f5b24f64e8b5efa7de2aa84f779f89d2bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ChangZhuo=20Chen=20=28=E9=99=B3=E6=98=8C=E5=80=AC=29?= Date: Mon, 17 Aug 2015 23:40:24 +0800 Subject: [PATCH] Use -Wl,--as-needed --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 8ff3305..3708fae 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,11 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 +export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh ${@} --buildsystem cmake --parallel - override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-openssh-askpass