Explorar el Código

Removed extra linking

Conflicts:
	debian/changelog
Héctor García hace 10 años
padre
commit
e4e9064896
Se han modificado 2 ficheros con 3 adiciones y 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