[Pkg-xfce-commits] r9845 - in /goodies/branches/experimental/parole/debian: changelog rules

Unit 193 unit193-guest at moszumanska.debian.org
Sat Jun 17 07:43:25 UTC 2017


Author: unit193-guest
Date: Sat Jun 17 07:43:25 2017
New Revision: 9845

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9845
Log:
d/rules: Strip -Wl,-Bsymbolic-functions from LDFLAGS as it breaks plugins.

Modified:
    goodies/branches/experimental/parole/debian/changelog
    goodies/branches/experimental/parole/debian/rules

Modified: goodies/branches/experimental/parole/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/branches/experimental/parole/debian/changelog?rev=9845&op=diff
==============================================================================
--- goodies/branches/experimental/parole/debian/changelog	(original)
+++ goodies/branches/experimental/parole/debian/changelog	Sat Jun 17 07:43:25 2017
@@ -2,6 +2,7 @@
 
   [ Unit 193 ]
   * New upstream development release.
+  * d/rules: Strip -Wl,-Bsymbolic-functions from LDFLAGS as it breaks plugins.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Sat, 17 Jun 2017 00:33:47 -0400
 

Modified: goodies/branches/experimental/parole/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/branches/experimental/parole/debian/rules?rev=9845&op=diff
==============================================================================
--- goodies/branches/experimental/parole/debian/rules	(original)
+++ goodies/branches/experimental/parole/debian/rules	Sat Jun 17 07:43:25 2017
@@ -2,6 +2,7 @@
 include /usr/share/dpkg/architecture.mk
 
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1
+export DEB_LDFLAGS_MAINT_STRIP=-Wl,-Bsymbolic-functions
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:




More information about the Pkg-xfce-commits mailing list