@@ -11,7 +11,13 @@ from pisi.actionsapi import shelltools
|
|||||||
def setup():
|
def setup():
|
||||||
#pisitools.dosed("configure.ac", "pthread-stubs", deleteLine=True)
|
#pisitools.dosed("configure.ac", "pthread-stubs", deleteLine=True)
|
||||||
autotools.autoreconf("-fi")
|
autotools.autoreconf("-fi")
|
||||||
autotools.configure("--enable-udev")
|
options = " --enable-udev"
|
||||||
|
|
||||||
|
if get.buildTYPE() == "_emul32":
|
||||||
|
options += " --libdir=/usr/lib32"
|
||||||
|
|
||||||
|
autotools.configure(options)
|
||||||
|
|
||||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
@@ -19,4 +25,7 @@ def build():
|
|||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
if get.buildTYPE() == "_emul32":
|
||||||
|
return
|
||||||
|
|
||||||
#pisitools.dodoc("README")
|
#pisitools.dodoc("README")
|
||||||
|
|||||||
Reference in New Issue
Block a user