Merge pull request #737 from ertugerata/master

make rebuild
This commit is contained in:
Ertuğrul Erata
2018-07-17 22:37:44 +03:00
committed by GitHub
3 changed files with 34 additions and 3 deletions
+3 -3
View File
@@ -16,9 +16,9 @@ def setup():
def build():
autotools.make()
def check():
shelltools.export("LANG", "C")
autotools.make("check")
#def check():
#shelltools.export("LANG", "C")
#autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+28
View File
@@ -0,0 +1,28 @@
From 48c8a116a914a325a0497721f5d8b58d5bba34d4 Mon Sep 17 00:00:00 2001
From: Paul Smith <psmith@gnu.org>
Date: Sun, 19 Nov 2017 15:09:16 -0500
Subject: * configure.ac: Support GLIBC glob interface version 2
---
configure.ac | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 8c72568..4710832 100644
--- a/configure.ac
+++ b/configure.ac
@@ -404,10 +404,9 @@ AC_CACHE_CHECK([if system libc has GNU glob], [make_cv_sys_gnu_glob],
#include <glob.h>
#include <fnmatch.h>
-#define GLOB_INTERFACE_VERSION 1
#if !defined _LIBC && defined __GNU_LIBRARY__ && __GNU_LIBRARY__ > 1
# include <gnu-versions.h>
-# if _GNU_GLOB_INTERFACE_VERSION == GLOB_INTERFACE_VERSION
+# if _GNU_GLOB_INTERFACE_VERSION == 1 || _GNU_GLOB_INTERFACE_VERSION == 2
gnu glob
# endif
#endif],
--
cgit v1.0-41-gc330
+3
View File
@@ -20,6 +20,9 @@
<Dependency>gc-devel</Dependency>
<!--Dependency>guile-devel</Dependency-->
</BuildDependencies>
<Patches>
<Patch>glibc_2_27.patch</Patch>
</Patches>
</Source>
<Package>