Merge pull request #2064 from Rmys/master

dbus rebuild
This commit is contained in:
Rmys
2025-01-01 23:54:04 +03:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
+5
View File
@@ -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 \
+7
View File
@@ -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>