summaryrefslogtreecommitdiffstats
path: root/source/xap/freerdp/freerdp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/freerdp/freerdp.SlackBuild')
-rwxr-xr-xsource/xap/freerdp/freerdp.SlackBuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/xap/freerdp/freerdp.SlackBuild b/source/xap/freerdp/freerdp.SlackBuild
index 27825d88c..3be6d183c 100755
--- a/source/xap/freerdp/freerdp.SlackBuild
+++ b/source/xap/freerdp/freerdp.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=freerdp
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -108,7 +108,6 @@ cd cmake-build
-DWITH_SERVER=ON \
-DWITH_CAIRO=ON \
-DBUILD_TESTING=OFF \
- -DWITH_SANITIZE_ADDRESS=ON \
.. || exit 1
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1