@@ -17,6 +17,7 @@ def setup():
|
|||||||
# pisitools.dosed(f, "\$\(localstatedir\)(\/run\/dbus)", "\\1")
|
# pisitools.dosed(f, "\$\(localstatedir\)(\/run\/dbus)", "\\1")
|
||||||
options = "\
|
options = "\
|
||||||
-Dselinux=disabled \
|
-Dselinux=disabled \
|
||||||
|
-Druntime_dir=/run \
|
||||||
-Dasserts=false \
|
-Dasserts=false \
|
||||||
-Dchecks=false \
|
-Dchecks=false \
|
||||||
-Dmodular_tests=disabled \
|
-Dmodular_tests=disabled \
|
||||||
@@ -37,6 +38,10 @@ def setup():
|
|||||||
# --enable-abstract-sockets=auto \
|
# --enable-abstract-sockets=auto \
|
||||||
|
|
||||||
if get.buildTYPE() == "_emul32":
|
if get.buildTYPE() == "_emul32":
|
||||||
|
shelltools.export("CC", "gcc -m32")
|
||||||
|
shelltools.export("CXX", "g++ -m32")
|
||||||
|
shelltools.export("LDFLAGS", "%s -L/usr/lib32" % get.LDFLAGS())
|
||||||
|
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
||||||
options += " \
|
options += " \
|
||||||
--libdir=/usr/lib32 \
|
--libdir=/usr/lib32 \
|
||||||
-Ddoxygen_docs=disabled \
|
-Ddoxygen_docs=disabled \
|
||||||
|
|||||||
@@ -100,6 +100,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="26">
|
||||||
|
<Date>2025-01-01</Date>
|
||||||
|
<Version>1.16.0</Version>
|
||||||
|
<Comment>Rebuild.</Comment>
|
||||||
|
<Name>Pisi Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="25">
|
<Update release="25">
|
||||||
<Date>2024-12-21</Date>
|
<Date>2024-12-21</Date>
|
||||||
<Version>1.16.0</Version>
|
<Version>1.16.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user