[SCM] Rivet: Robust Independent Validation of Experiment and Theory branch, master, updated. upstream/1.8.0-5-ged2a16d

Lifeng Sun lifongsun at gmail.com
Sun Jun 10 00:54:15 UTC 2012


The following commit has been merged in the master branch:
commit ed2a16d58acd43a39685d2cecda9e7636fb43ae9
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Sun Jun 10 08:53:56 2012 +0800

    Define PATH_MAX to fix FTBFS on hurd-i386.

diff --git a/debian/patches/path-max.patch b/debian/patches/path-max.patch
new file mode 100644
index 0000000..6580c6a
--- /dev/null
+++ b/debian/patches/path-max.patch
@@ -0,0 +1,13 @@
+--- a/src/Tools/binreloc.c
++++ b/src/Tools/binreloc.c
+@@ -24,6 +24,10 @@
+ #include <string.h>
+ #include "binreloc.h"
+ 
++#ifndef PATH_MAX
++#define PATH_MAX 4096
++#endif
++
+ #ifdef __cplusplus
+ extern "C" {
+ #endif /* __cplusplus */
diff --git a/debian/patches/series b/debian/patches/series
index e06f2fa..3618379 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ purge-non-free-fastjet-plugins.patch
 yaml-cpp.patch
 siscone.patch
 fix-analysis-plugin-path.patch
+path-max.patch

-- 
Rivet: Robust Independent Validation of Experiment and Theory



More information about the debian-science-commits mailing list