diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2020-10-15 18:05:43 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:36:14 +0700 |
commit | 235eb174fb17cc5bf2aad6787921f209e75bc7ec (patch) | |
tree | cd4cc17d54ae96660558c709235e63bba320250f /libraries/Botan/Botan.SlackBuild | |
parent | cf326a59fed32e895dd47e8f2ba528c97621e773 (diff) |
libraries/Botan: Updated for version 2.16.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/Botan/Botan.SlackBuild')
-rw-r--r-- | libraries/Botan/Botan.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/Botan/Botan.SlackBuild b/libraries/Botan/Botan.SlackBuild index 8e2ce7523f..7cd332711a 100644 --- a/libraries/Botan/Botan.SlackBuild +++ b/libraries/Botan/Botan.SlackBuild @@ -26,7 +26,7 @@ # Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115 PRGNAM=Botan -VERSION=${VERSION:-2.15.0} +VERSION=${VERSION:-2.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -82,6 +82,7 @@ python configure.py \ --docdir=doc \ --libdir=lib$LIBDIRSUFFIX \ --mandir=/usr/man \ + --disable-static \ --with-doxygen make |