diff options
Diffstat (limited to 'source/l')
-rw-r--r-- | source/l/FTBFSlog | 3 | ||||
-rwxr-xr-x | source/l/avahi/avahi.SlackBuild | 2 | ||||
-rwxr-xr-x | source/l/quazip/quazip.SlackBuild | 1 |
3 files changed, 5 insertions, 1 deletions
diff --git a/source/l/FTBFSlog b/source/l/FTBFSlog index 069ed0052..3842c6c08 100644 --- a/source/l/FTBFSlog +++ b/source/l/FTBFSlog @@ -1,3 +1,6 @@ +Thu Mar 14 19:58:14 UTC 2024 + quazip: -DQUAZIP_QT_MAJOR_VERSION=5 ++--------------------------+ Thu Mar 14 19:22:30 UTC 2024 libieee1284: drop unmaintained python support, following other distros libimobiledevice: build --without-cython diff --git a/source/l/avahi/avahi.SlackBuild b/source/l/avahi/avahi.SlackBuild index 341bf7272..c27585761 100755 --- a/source/l/avahi/avahi.SlackBuild +++ b/source/l/avahi/avahi.SlackBuild @@ -106,7 +106,7 @@ CXXFLAGS="$SLKCFLAGS" \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ - --docdir=/usr/doc/$PKPKGGNAM-$VERSION \ + --docdir=/usr/doc/$PKGNAM-$VERSION \ --with-systemdsystemunitdir=no \ --enable-tests \ --disable-static \ diff --git a/source/l/quazip/quazip.SlackBuild b/source/l/quazip/quazip.SlackBuild index 9d32c6aee..eb35a264b 100755 --- a/source/l/quazip/quazip.SlackBuild +++ b/source/l/quazip/quazip.SlackBuild @@ -98,6 +98,7 @@ cd cmake-build -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib${LIBDIRSUFFIX} \ -DLIB_SUFFIX=${LIBDIRSUFFIX} \ + -DQUAZIP_QT_MAJOR_VERSION=5 \ .. || exit 1 make $NUMJOBS || make || exit 1 make install DESTDIR=$PKG || exit 1 |