Browse Source

Removed extra linking

Conflicts:
	debian/changelog
Héctor García 10 years ago
parent
commit
e4e9064896
2 changed files with 3 additions and 0 deletions
  1. 1 0
      debian/changelog
  2. 2 0
      debian/rules

+ 1 - 0
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 <[email protected]>  Wed, 22 Jan 2014 17:08:56 +0100
 

+ 2 - 0
debian/rules

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