[SCM] BOINC packaging branch, sid, updated. debian/7.0.27+dfsg-4-8-g15303e3

Guo Yixuan culu.gyx at gmail.com
Sun Jun 24 12:35:15 UTC 2012


The following commit has been merged in the sid branch:
commit 15303e3801f391c9a18fc3a026e555c20e360243
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Sun Jun 24 19:56:29 2012 +0800

    simplify bindnow flags

diff --git a/debian/rules b/debian/rules
index d5a8930..7b9580c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@
 # Set default flags with dpkg-buildflags
 # -Wformat -Werror=format-security will need many fixes to avoid ftbfs,
 # so it's disabled for now
-export DEB_BUILD_MAINT_OPTIONS = hardening=-format
+export DEB_BUILD_MAINT_OPTIONS = hardening=-format,+bindnow
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 
@@ -109,7 +109,6 @@ endif
 CFLAGS += -Wall
 CXXFLAGS += -Wall
 LDFLAGS += -Wl,--as-needed
-LDFLAGS += -Wl,-z,now
 # hurd needs the following
 LDFLAGS += -Wl,--no-add-needed
 

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list