[med-svn] r14538 - trunk/packages/amide/trunk/debian

Andreas Tille tille at alioth.debian.org
Wed Aug 28 07:15:32 UTC 2013


Author: tille
Date: 2013-08-28 07:15:32 +0000 (Wed, 28 Aug 2013)
New Revision: 14538

Modified:
   trunk/packages/amide/trunk/debian/changelog
   trunk/packages/amide/trunk/debian/rules
Log:
Propagate hardening options


Modified: trunk/packages/amide/trunk/debian/changelog
===================================================================
--- trunk/packages/amide/trunk/debian/changelog	2013-08-28 07:03:02 UTC (rev 14537)
+++ trunk/packages/amide/trunk/debian/changelog	2013-08-28 07:15:32 UTC (rev 14538)
@@ -15,6 +15,7 @@
     Closes: #720779
   * deactivate doc creation because it breaks the build process.  Any
     help to get this running again is appreciated (see debian/rules)
+  * debian/rules: Propagate hardening options
 
  -- Andreas Tille <tille at debian.org>  Mon, 26 Aug 2013 14:53:06 +0200
 

Modified: trunk/packages/amide/trunk/debian/rules
===================================================================
--- trunk/packages/amide/trunk/debian/rules	2013-08-28 07:03:02 UTC (rev 14537)
+++ trunk/packages/amide/trunk/debian/rules	2013-08-28 07:15:32 UTC (rev 14538)
@@ -18,7 +18,7 @@
 		--mandir=\$${prefix}/share/man \
 		--infodir=\$${prefix}/share/info \
 		--localstatedir=/var/lib/amide \
-		LDFLAGS="-Wl,-z,defs"
+		LDFLAGS="-Wl,-z,defs $(LDFLAGS)"
 
 # To create the docs this option would be needed but it causes build problems
 # see doc/README




More information about the debian-med-commit mailing list