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")