From 746608995960255e05529269f2a6303d253d4945 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 30 Jul 2018 02:30:27 +0300 Subject: [PATCH] glibc-2.26 sorunu --- system/devel/flex/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/system/devel/flex/actions.py b/system/devel/flex/actions.py index 963e6df9..e540f7e9 100644 --- a/system/devel/flex/actions.py +++ b/system/devel/flex/actions.py @@ -10,6 +10,7 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): + shelltools.system("sed -i '/math.h/a #include ' src/flexdef.h") pisitools.flags.add("-fPIC") shelltools.export("AUTOPOINT", "true")