Browse Source

Removed extra linking

Héctor García 10 years ago
parent
commit
72d56d4c2b
2 changed files with 4 additions and 1 deletions
  1. 2 1
      debian/changelog
  2. 2 0
      debian/rules

+ 2 - 1
debian/changelog

@@ -1,12 +1,13 @@
 mssh (2.0-1) unstable; urgency=low
 
   * New upstream release.
+  * Added flags to remove unnecesary linking.
 
  -- Hector Garcia <[email protected]>  Mon, 17 Mar 2014 10:12:12 +0100
 
 mssh (1.3-2) unstable; urgency=medium
 
-  * Included Debain QA work which I accidentally missed.
+  * Included Debian QA work which I accidentally missed.
   * Added patch to focus on paste. Closes: #695918.
 
  -- Hector Garcia <[email protected]>  Tue, 21 Jan 2014 09:39:47 +0100

+ 2 - 0
debian/rules

@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export LDFLAGS=-Wl,--as-needed
+
 %:
 	dh $@ --with autotools-dev