eudev fix build
This commit is contained in:
@@ -13,7 +13,7 @@ from pisi.actionsapi import get
|
|||||||
suffix = "32" if get.buildTYPE() == "emul32" else ""
|
suffix = "32" if get.buildTYPE() == "emul32" else ""
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.autoreconf("-if")
|
shelltools.system("./autogen.sh")
|
||||||
|
|
||||||
autotools.configure("--prefix=/usr \
|
autotools.configure("--prefix=/usr \
|
||||||
--bindir=/sbin \
|
--bindir=/sbin \
|
||||||
@@ -24,11 +24,8 @@ def setup():
|
|||||||
--with-rootprefix= \
|
--with-rootprefix= \
|
||||||
--with-rootlibdir=/lib \
|
--with-rootlibdir=/lib \
|
||||||
--enable-split-usr \
|
--enable-split-usr \
|
||||||
--enable-gudev \
|
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-manpages \
|
--disable-manpages ")
|
||||||
--disable-gtk-doc \
|
|
||||||
--disable-gtk-doc-html")
|
|
||||||
|
|
||||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
|
|
||||||
|
|||||||
@@ -25,6 +25,9 @@
|
|||||||
<Dependency>libxslt-devel</Dependency>
|
<Dependency>libxslt-devel</Dependency>
|
||||||
<Dependency>gperf</Dependency>
|
<Dependency>gperf</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
|
<Patches>
|
||||||
|
<Patch>upstream.patch</Patch>
|
||||||
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
|
|||||||
Reference in New Issue
Block a user