[SCM] BOINC packaging branch, master, updated. debian/7.0.27+dfsg-3-43-g99554f5

Guo Yixuan culu.gyx at gmail.com
Thu Jul 5 13:54:56 UTC 2012


The following commit has been merged in the master branch:
commit 99554f581ad722f2f3fae1793a035ccde36edd6c
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 2a9210b..45d96e1 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