@@ -17,6 +17,7 @@ def setup():
|
||||
# pisitools.dosed(f, "\$\(localstatedir\)(\/run\/dbus)", "\\1")
|
||||
options = "\
|
||||
-Dselinux=disabled \
|
||||
-Druntime_dir=/run \
|
||||
-Dasserts=false \
|
||||
-Dchecks=false \
|
||||
-Dmodular_tests=disabled \
|
||||
@@ -37,6 +38,10 @@ def setup():
|
||||
# --enable-abstract-sockets=auto \
|
||||
|
||||
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 += " \
|
||||
--libdir=/usr/lib32 \
|
||||
-Ddoxygen_docs=disabled \
|
||||
|
||||
@@ -100,6 +100,13 @@
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2024-12-21</Date>
|
||||
<Version>1.16.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user