libffi rebuild
This commit is contained in:
@@ -23,12 +23,12 @@ def install():
|
|||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
|
|
||||||
if get.buildTYPE() == "emul32":
|
#if get.buildTYPE() == "emul32":
|
||||||
# Remove duplicated header files
|
## Remove duplicated header files
|
||||||
pisitools.removeDir("/usr/lib32/%s" % get.srcDIR())
|
#pisitools.removeDir("/usr/lib32/%s" % get.srcDIR())
|
||||||
# Fix emul32 includedir
|
## Fix emul32 includedir
|
||||||
pisitools.dosym("/usr/lib/%s/include" % get.srcDIR(),
|
#pisitools.dosym("/usr/lib/%s/include" % get.srcDIR(),
|
||||||
"/usr/lib32/%s/include" % get.srcDIR())
|
#"/usr/lib32/%s/include" % get.srcDIR())
|
||||||
|
|
||||||
pisitools.dodoc("ChangeLog*", "LICENSE", "README*")
|
pisitools.dodoc("ChangeLog*", "LICENSE", "README*")
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
<Dependency release="current">libffi</Dependency>
|
<Dependency release="current">libffi</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="header">/usr/lib/libffi-*</Path>
|
<Path fileType="header">/usr/include</Path>
|
||||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||||
<Path fileType="data">/usr/lib32/pkgconfig</Path>
|
<Path fileType="data">/usr/lib32/pkgconfig</Path>
|
||||||
<Path fileType="info">/usr/share/info</Path>
|
<Path fileType="info">/usr/share/info</Path>
|
||||||
|
|||||||
Reference in New Issue
Block a user