From cb75a7687650f9b0658aa962b51964488be39417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Tue, 17 Jul 2018 22:38:54 +0300 Subject: [PATCH] make rebuild --- system/devel/make/actions.py | 6 ++--- system/devel/make/files/glibc_2_27.patch | 28 ++++++++++++++++++++++++ system/devel/make/pspec.xml | 3 +++ 3 files changed, 34 insertions(+), 3 deletions(-) create mode 100644 system/devel/make/files/glibc_2_27.patch diff --git a/system/devel/make/actions.py b/system/devel/make/actions.py index 9b103bee..1d8d5caf 100644 --- a/system/devel/make/actions.py +++ b/system/devel/make/actions.py @@ -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()) diff --git a/system/devel/make/files/glibc_2_27.patch b/system/devel/make/files/glibc_2_27.patch new file mode 100644 index 00000000..be3abaea --- /dev/null +++ b/system/devel/make/files/glibc_2_27.patch @@ -0,0 +1,28 @@ +From 48c8a116a914a325a0497721f5d8b58d5bba34d4 Mon Sep 17 00:00:00 2001 +From: Paul Smith +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 + #include + +-#define GLOB_INTERFACE_VERSION 1 + #if !defined _LIBC && defined __GNU_LIBRARY__ && __GNU_LIBRARY__ > 1 + # include +-# 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 + diff --git a/system/devel/make/pspec.xml b/system/devel/make/pspec.xml index 541c6dcd..b3c4d3c1 100644 --- a/system/devel/make/pspec.xml +++ b/system/devel/make/pspec.xml @@ -20,6 +20,9 @@ gc-devel + + glibc_2_27.patch +