diff --git a/system/devel/make/actions.py b/system/devel/make/actions.py
index 5b471c70..5d48c8ac 100644
--- a/system/devel/make/actions.py
+++ b/system/devel/make/actions.py
@@ -10,7 +10,7 @@ from pisi.actionsapi import get
from pisi.actionsapi import pisitools
def setup():
- autotools.autoreconf("-fi")
+ shelltools.system("sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c")
autotools.configure("--enable-nls \
--program-prefix=g")
diff --git a/system/devel/make/pspec.xml b/system/devel/make/pspec.xml
index 1700b43e..68b1fa12 100644
--- a/system/devel/make/pspec.xml
+++ b/system/devel/make/pspec.xml
@@ -19,11 +19,11 @@
gnuconfig
patch
gc-devel
- guile-devel
+
- glibc_2_27.patch
-
+
+
@@ -44,7 +44,7 @@
- 2018-07-18
+ 2018-07-20
4.2.1
Rebuild
Ertuğrul Erata