summaryrefslogtreecommitdiffstats
path: root/source/l/tevent/tevent.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/tevent/tevent.SlackBuild')
-rwxr-xr-xsource/l/tevent/tevent.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/l/tevent/tevent.SlackBuild b/source/l/tevent/tevent.SlackBuild
index c5ff4b3ff..7bb29af57 100755
--- a/source/l/tevent/tevent.SlackBuild
+++ b/source/l/tevent/tevent.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=tevent
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-6}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -98,7 +98,7 @@ CFLAGS="$SLKCFLAGS" \
--infodir=/usr/info \
--disable-rpath \
--disable-rpath-install \
- --bundled-libraries=NONE \
+ --bundled-libraries=cmocka \
--builtin-libraries=replace \
--disable-silent-rules \
--build=$ARCH-slackware-linux || exit 1