summaryrefslogtreecommitdiffstats
path: root/source/a/kmod/kmod.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/kmod/kmod.SlackBuild')
-rwxr-xr-xsource/a/kmod/kmod.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/a/kmod/kmod.SlackBuild b/source/a/kmod/kmod.SlackBuild
index 72963f818..0ce2ee594 100755
--- a/source/a/kmod/kmod.SlackBuild
+++ b/source/a/kmod/kmod.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=kmod
VERSION=${VERSION:-26}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -91,7 +91,6 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PKGNAM-$VERSION \
--with-xz \
--with-zlib \
- --enable-python \
--build=$ARCH-slackware-linux || exit 1
make || exit 1
@@ -128,7 +127,6 @@ PYTHON=python3 \
--docdir=/usr/doc/$PKGNAM-$VERSION \
--with-xz \
--with-zlib \
- --enable-python \
--build=$ARCH-slackware-linux || exit 1
make \