Explorar o código

Removed extra linking

Conflicts:
	debian/changelog
Héctor García %!s(int64=10) %!d(string=hai) anos
pai
achega
e4e9064896
Modificáronse 2 ficheiros con 3 adicións e 0 borrados
  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