[boinc] 01/01: Hopefully fix hurd failure

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Sun Sep 17 15:42:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

locutusofborg pushed a commit to branch master
in repository boinc.

commit 8601a89414b79d1ebba94be02c0d3965f2506d7d
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sun Sep 17 17:41:27 2017 +0200

    Hopefully fix hurd failure
---
 debian/changelog                |  7 +++++++
 debian/patches/hurd-fixes.patch | 16 ++++++++++++++++
 debian/patches/series           |  1 +
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4e941c7..2d5dcbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+boinc (7.8.2+dfsg-4) unstable; urgency=medium
+
+  * Upload to unstable
+  * Fix build failure for hurd
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Sun, 17 Sep 2017 17:40:47 +0200
+
 boinc (7.8.2+dfsg-3exp1) experimental; urgency=medium
 
   * Upload to experimental again, with the boinc-server-* packages.
diff --git a/debian/patches/hurd-fixes.patch b/debian/patches/hurd-fixes.patch
new file mode 100644
index 0000000..60f5aa6
--- /dev/null
+++ b/debian/patches/hurd-fixes.patch
@@ -0,0 +1,16 @@
+Description: defining PATH_MAX to fix hurd build
+Author: Gianfranco Costamagna <locutusofborg at debian.org>
+Last-Update: 2017-09-17
+
+--- boinc-7.8.2+dfsg.orig/clientgui/BOINCGUIApp.cpp
++++ boinc-7.8.2+dfsg/clientgui/BOINCGUIApp.cpp
+@@ -49,6 +49,9 @@
+ #include "procinfo.h"
+ #include "sg_BoincSimpleFrame.h"
+ 
++#ifndef PATH_MAX
++#define PATH_MAX 4096
++#endif
+ 
+ bool s_bSkipExitConfirmation = false;
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 06978e0..245de36 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -30,3 +30,4 @@ disable_silent_rules.patch
 fix-underlinking.patch
 static_scientific_apps.patch
 0001-Fix-build-with-new-glibc-2.26.patch
+hurd-fixes.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc.git



More information about the pkg-boinc-commits mailing list