@@ -20,12 +20,17 @@ def setup():
|
|||||||
--enable-cpp \
|
--enable-cpp \
|
||||||
--docdir=/%s/%s \
|
--docdir=/%s/%s \
|
||||||
--disable-static" % (get.docDIR(), get.srcNAME()))
|
--disable-static" % (get.docDIR(), get.srcNAME()))
|
||||||
|
|
||||||
|
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
def check():
|
def check():
|
||||||
autotools.make("-j1 check")
|
if get.buildTYPE() == "emul32":
|
||||||
|
pass
|
||||||
|
else:
|
||||||
|
autotools.make("-j1 check")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>libgcc</Dependency>
|
<Dependency>libgcc</Dependency>
|
||||||
<Dependency>readline</Dependency>
|
<Dependency>glibc-32bit</Dependency>
|
||||||
<Dependency release="current">libpcre</Dependency>
|
<Dependency release="current">libpcre</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
|
|||||||
Reference in New Issue
Block a user