From 738413ae9fd28e7e64486b763a3739cf2d5255dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Mon, 7 Mar 2016 15:36:17 +0200 Subject: [PATCH] update --- system/devel/yasm/actions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/devel/yasm/actions.py b/system/devel/yasm/actions.py index 9d452937..963af104 100644 --- a/system/devel/yasm/actions.py +++ b/system/devel/yasm/actions.py @@ -14,6 +14,8 @@ flags = "%s -fPIC" % get.CFLAGS() if get.ARCH() == "x86_64" else get.CFLAGS() def setup(): shelltools.export("CFLAGS", flags) + + shelltools.system("./autogen.sh") autotools.configure("--enable-nls \ --disable-rpath")