[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-192-g82a2f71
Steffen Möller
steffen_moeller at gmx.de
Wed Mar 23 10:56:04 UTC 2011
The following commit has been merged in the master branch:
commit e3ea33d53b69055989ac7e024b94f80635a77793
Author: Steffen Möller <steffen_moeller at gmx.de>
Date: Wed Mar 23 11:43:47 2011 +0100
First attempt to fix building on HURD
diff --git a/debian/changelog b/debian/changelog
index 8f8c57b..2aecc5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+boinc (6.12.18+dfsg-2) UNRELEASED; urgency=low
+
+ * First attempt to fix compilation on HURD
+
+ -- Steffen Moeller <moeller at debian.org> Wed, 23 Mar 2011 11:43:00 +0100
+
boinc (6.12.18+dfsg-1) unstable; urgency=low
* New upstream version.
diff --git a/debian/rules b/debian/rules
index bc3ca39..0ec8d22 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# Uncomment this to compile with gcc-snapshot.
+# Uncomment the following lines to compile with gcc-snapshot.
#export CC=/usr/lib/gcc-snapshot/bin/gcc
#export CXX=/usr/lib/gcc-snapshot/bin/g++
#export CPP=/usr/lib/gcc-snapshot/bin/cpp
@@ -71,6 +71,15 @@ ifeq ($(DEB_HOST_GNU_TYPE), x86_64-kfreebsd-gnu)
TYPE_FLAGS += --with-boinc-alt-platform=i686-pc-kfreebsd-gnu
endif
+# Not touching BOINC platform for hurd for the very moment.
+# Manually specify the MAXPATHLEN for GNU where this limit
+# is not existing.
+ifeq ($(DEB_HOST_GNU_TYPE), i486-gnu)
+ # setting it to the regular limit for the other flavours of Debian
+ CFLAGS += -DMAXPATHLEN=4096
+ #TYPE_FLAGS += --with-boinc-platform=i686-pc-hurd-gnu
+endif
+
CFLAGS += -g -Wall
CXXFLAGS += -g -Wall
LDFLAGS += -Wl,--as-needed
--
BOINC packaging
More information about the pkg-boinc-commits
mailing list