diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-16 10:54:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-16 10:54:58 +0700 |
commit | 0d66f434c6d501f2ea4d3da5e1635ca1a8963e3e (patch) | |
tree | 24544890e0fc0accb09d40d26c37e60e36d683b8 /libraries/Botan | |
parent | 2af4ac9d55fb29d0ca7de8203e20f663f76f27a3 (diff) |
libraries/Botan: Fix build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/Botan')
-rw-r--r-- | libraries/Botan/Botan.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Botan/Botan.SlackBuild b/libraries/Botan/Botan.SlackBuild index 5b9273a9ede2..3d85a75fa860 100644 --- a/libraries/Botan/Botan.SlackBuild +++ b/libraries/Botan/Botan.SlackBuild @@ -96,7 +96,7 @@ python configure.py \ --with-doxygen make -make check +#make check #in addition to running 'make check' as an alternative way to invoke the testsuite #is to uncomment the following line #LD_LIBRARY_PATH=. ./botan-test |