diff --git a/system/base/eudev/actions.py b/system/base/eudev/actions.py index 2c762fca..26637eaa 100644 --- a/system/base/eudev/actions.py +++ b/system/base/eudev/actions.py @@ -13,7 +13,7 @@ from pisi.actionsapi import get suffix = "32" if get.buildTYPE() == "emul32" else "" def setup(): - autotools.autoreconf("-if") + shelltools.system("./autogen.sh") autotools.configure("--prefix=/usr \ --bindir=/sbin \ @@ -24,11 +24,8 @@ def setup(): --with-rootprefix= \ --with-rootlibdir=/lib \ --enable-split-usr \ - --enable-gudev \ --enable-static \ - --disable-manpages \ - --disable-gtk-doc \ - --disable-gtk-doc-html") + --disable-manpages ") pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") diff --git a/system/base/eudev/pspec.xml b/system/base/eudev/pspec.xml index 7fd24a1c..ff35a50b 100644 --- a/system/base/eudev/pspec.xml +++ b/system/base/eudev/pspec.xml @@ -25,6 +25,9 @@ libxslt-devel gperf + + upstream.patch +