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