eudev fix build

This commit is contained in:
Ertuğrul Erata
2017-02-14 21:59:44 +03:00
parent d39c1a1bba
commit 49ca6638e7
2 changed files with 5 additions and 5 deletions
+2 -5
View File
@@ -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 ")
+3
View File
@@ -25,6 +25,9 @@
<Dependency>libxslt-devel</Dependency>
<Dependency>gperf</Dependency>
</BuildDependencies>
<Patches>
<Patch>upstream.patch</Patch>
</Patches>
</Source>
<Package>