summaryrefslogtreecommitdiffstats
path: root/source/l/libssh/libssh.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/libssh/libssh.SlackBuild')
-rwxr-xr-xsource/l/libssh/libssh.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/libssh/libssh.SlackBuild b/source/l/libssh/libssh.SlackBuild
index aee2c26a4..5e9655ba3 100755
--- a/source/l/libssh/libssh.SlackBuild
+++ b/source/l/libssh/libssh.SlackBuild
@@ -92,7 +92,7 @@ cd build
-DWITH_SERVER=1 \
-DWITH_STATIC_LIB=0 \
.. || exit 1
- make $NUMJOBS VERBOSE=1 || make || exit 1
+ make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1
cd -