summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2021-10-16 05:54:58 +0200
committer Willy Sudiarto Raharjo2021-10-16 05:54:58 +0200
commit0d66f434c6d501f2ea4d3da5e1635ca1a8963e3e (patch)
tree24544890e0fc0accb09d40d26c37e60e36d683b8
parent2af4ac9d55fb29d0ca7de8203e20f663f76f27a3 (diff)
downloadslackbuilds-0d66f434c6d501f2ea4d3da5e1635ca1a8963e3e.tar.gz
libraries/Botan: Fix build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/Botan/Botan.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Botan/Botan.SlackBuild b/libraries/Botan/Botan.SlackBuild
index 5b9273a9ed..3d85a75fa8 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