diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-08 11:22:59 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 9c8ed9cb76719598bc6d7d8ba16943cd6b7b3cc9 (patch) | |
tree | 05513f5c0be5add2b72a2453079d19c831823b83 | |
parent | 4838403e832fc03cbc65d6a05f407bfe00735e71 (diff) |
libraries/xmlsec: Fix NSPR path + enable AES.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/xmlsec/xmlsec.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libraries/xmlsec/xmlsec.SlackBuild b/libraries/xmlsec/xmlsec.SlackBuild index 8d10eaf15605..b82689ea27ee 100644 --- a/libraries/xmlsec/xmlsec.SlackBuild +++ b/libraries/xmlsec/xmlsec.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xmlsec -# Copyright 2014-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ PRGNAM=xmlsec SRCNAM=xmlsec1 VERSION=${VERSION:-1.2.23} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -80,6 +80,8 @@ CXXFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --disable-static \ + --enable-aes \ + --with-mozilla-ver=/usr \ --build=$ARCH-slackware-linux make |