r2867 - in /unstable/evolution-data-server/debian: changelog rules
laney at users.alioth.debian.org
laney at users.alioth.debian.org
Fri Feb 19 13:50:55 UTC 2016
Author: laney
Date: Fri Feb 19 13:50:55 2016
New Revision: 2867
URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2867
Log:
debian/rules: Strip -Bsymbolic-functions from LDFLAGS - this breaks the
build.
Modified:
unstable/evolution-data-server/debian/changelog
unstable/evolution-data-server/debian/rules
Modified: unstable/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/changelog?rev=2867&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/changelog (original)
+++ unstable/evolution-data-server/debian/changelog Fri Feb 19 13:50:55 2016
@@ -1,6 +1,8 @@
evolution-data-server (3.18.3-2) UNRELEASED; urgency=medium
* Multiarchify the library packages. (Closes: #812938)
+ * debian/rules: Strip -Bsymbolic-functions from LDFLAGS - this breaks the
+ build.
-- Iain Lane <laney at debian.org> Wed, 16 Dec 2015 13:44:04 +0000
Modified: unstable/evolution-data-server/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/rules?rev=2867&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/rules (original)
+++ unstable/evolution-data-server/debian/rules Fri Feb 19 13:50:55 2016
@@ -22,7 +22,10 @@
export DPKG_GENSYMBOLS_CHECK_LEVEL=4
export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1
+# see https://bugzilla.gnome.org/show_bug.cgi?id=594473 for details
+export DEB_LDFLAGS_MAINT_STRIP=-Wl,-Bsymbolic-functions
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+DEB_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
#ifeq ($(DEB_HOST_ARCH_OS),linux)
More information about the pkg-evolution-commits
mailing list