[SCM] mate-menus Debian package branch, master, updated. debian/1.8.0-3-2-g68b4b18
Mike Gabriel
sunweaver at moszumanska.debian.org
Sat Jun 7 13:05:13 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-menus.git;a=commitdiff;h=226d6a1
The following commit has been merged in the master branch:
commit 226d6a10b3cce841755346d15a3acfb487852fdd
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sat Jun 7 14:55:47 2014 +0200
debian/patches: Update 1001_FTBFS-hurd-maxsymlinks.patch. Avoid using sysconf(_SC_SYMLOOP_MAX), use a static value of 20 instead. (Closes: #750628).
---
debian/patches/1001_FTBFS-hurd-maxsymlinks.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/1001_FTBFS-hurd-maxsymlinks.patch b/debian/patches/1001_FTBFS-hurd-maxsymlinks.patch
index 3a621f9..c27e715 100644
--- a/debian/patches/1001_FTBFS-hurd-maxsymlinks.patch
+++ b/debian/patches/1001_FTBFS-hurd-maxsymlinks.patch
@@ -8,7 +8,7 @@ Forwarded: https://github.com/mate-desktop/mate-menus/issues/20
holds the same value as the value returned. */
+#ifndef MAXSYMLINKS
-+#define MAXSYMLINKS sysconf(_SC_SYMLOOP_MAX)
++#define MAXSYMLINKS 20
+#endif
+
static char* menu_realpath(const char* name, char* resolved)
--
mate-menus Debian package
More information about the pkg-mate-commits
mailing list