summaryrefslogtreecommitdiffstats
path: root/libraries/eet
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/eet')
-rw-r--r--libraries/eet/eet.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/libraries/eet/eet.SlackBuild b/libraries/eet/eet.SlackBuild
index 7830d87a26..2c06e6f7fe 100644
--- a/libraries/eet/eet.SlackBuild
+++ b/libraries/eet/eet.SlackBuild
@@ -23,7 +23,7 @@
PRGNAM=eet
VERSION=${VERSION:-1.7.10}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -78,6 +78,10 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux \
+ --enable-cipher \
+ --enable-signature \
+ --enable-openssl \
+ --disable-gnutls \
--disable-static
make