[SCM] BOINC packaging branch, master, updated. upstream/7.0.28+dfsg-453-g456dfda

Steffen Moeller steffen_moeller at gmx.de
Sun May 27 21:01:00 UTC 2012


The following commit has been merged in the master branch:
commit 456dfdaed8c66c7ec8fc1fe746e39597f442c7b7
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date:   Thu May 24 23:24:21 2012 +0200

    Closing #672725

diff --git a/debian/changelog b/debian/changelog
index 97b47c7..7d05da7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 boinc (7.0.28+dfsg-2) UNRELEASED; urgency=low
 
   * Reactivating the screensaver (Steffen and Bernd)
+    - not ready, yet.
+  * Addressed FTBFS on hurd (Closes: #672725)
 
  -- Steffen Moeller <moeller at debian.org>  Tue, 22 May 2012 01:01:39 +0200
 
diff --git a/debian/rules b/debian/rules
index 4ad1326..1346347 100755
--- a/debian/rules
+++ b/debian/rules
@@ -106,6 +106,8 @@ CXXFLAGS += -D_FORTIFY_SOURCE=1 -fstack-protector
 LDFLAGS += -Wl,--as-needed
 LDFLAGS += -Wl,-z,relro
 LDFLAGS += -Wl,-z,now
+# hurd needs the following
+LDFLAGS += -Wl,--no-add-needed
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
   DEB_OPT_FLAGS = -O0

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list