Conflicts: debian/changelog
@@ -1,6 +1,7 @@
mssh (1.3-3) unstable; urgency=low
* Fixed Vcs-* on control to point to debian packaging instead of upstream
+ * Added flags to remove unnecesary linking.
-- Hector Garcia <hector@debian.org> Wed, 22 Jan 2014 17:08:56 +0100
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+LDFLAGS+=-Wl,--as-needed
+
%:
dh $@ --with autotools-dev