libICE rebuild
This commit is contained in:
@@ -8,10 +8,15 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
options = "--enable-ipv6 \
|
||||
--disable-static \
|
||||
--without-fop"
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
options += " --disable-static"
|
||||
|
||||
autotools.autoreconf("-vif")
|
||||
autotools.configure("--disable-static \
|
||||
--enable-ipv6 \
|
||||
--without-fop")
|
||||
autotools.configure(options)
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -19,4 +24,7 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
return
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README*")
|
||||
|
||||
@@ -65,6 +65,13 @@
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2024-12-14</Date>
|
||||
<Version>1.1.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user