diff options
Diffstat (limited to 'source/a/kmod/kmod.SlackBuild')
-rwxr-xr-x | source/a/kmod/kmod.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/a/kmod/kmod.SlackBuild b/source/a/kmod/kmod.SlackBuild index 90eb3432..fab2b6f7 100755 --- a/source/a/kmod/kmod.SlackBuild +++ b/source/a/kmod/kmod.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=kmod -VERSION=${VERSION:-27} +VERSION=${VERSION:-28} BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then @@ -94,6 +94,7 @@ CXXFLAGS="$SLKCFLAGS" \ --with-openssl \ --with-xz \ --with-zlib \ + --with-zstd \ --build=$ARCH-slackware-linux || exit 1 make $NUMJOBS || make || exit 1 @@ -132,6 +133,7 @@ sed -i "s,/usr/lib,/lib,g" man/* # --with-openssl \ # --with-xz \ # --with-zlib \ +# --with-zstd \ # --build=$ARCH-slackware-linux || exit 1 # #make \ |