libICE rebuild
This commit is contained in:
@@ -8,10 +8,15 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
options = "--enable-ipv6 \
|
||||||
|
--disable-static \
|
||||||
|
--without-fop"
|
||||||
|
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
options += " --disable-static"
|
||||||
|
|
||||||
autotools.autoreconf("-vif")
|
autotools.autoreconf("-vif")
|
||||||
autotools.configure("--disable-static \
|
autotools.configure(options)
|
||||||
--enable-ipv6 \
|
|
||||||
--without-fop")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
@@ -19,4 +24,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("AUTHORS", "ChangeLog", "COPYING", "README*")
|
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README*")
|
||||||
|
|||||||
@@ -65,6 +65,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="12">
|
||||||
|
<Date>2025-07-30</Date>
|
||||||
|
<Version>1.1.2</Version>
|
||||||
|
<Comment>Rebuild.</Comment>
|
||||||
|
<Name>Pisi Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="11">
|
<Update release="11">
|
||||||
<Date>2024-12-14</Date>
|
<Date>2024-12-14</Date>
|
||||||
<Version>1.1.2</Version>
|
<Version>1.1.2</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user