summaryrefslogtreecommitdiffstats
path: root/ctorrent
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-09-30 09:52:48 +0000
committer Eric Hameleers <alien@slackware.com>2009-09-30 09:52:48 +0000
commitf647477cc8e1e749fc1db02a94d14dbe92555a06 (patch)
tree9f2111b7a4a187afc9b09a8ac8a51e8d226262c4 /ctorrent
parent8fbbcb0cf2968bb5f884dae1ffac46fb88e19815 (diff)
downloadasb-f647477cc8e1e749fc1db02a94d14dbe92555a06.tar.gz
asb-f647477cc8e1e749fc1db02a94d14dbe92555a06.tar.xz
with-ssl=no
Diffstat (limited to 'ctorrent')
-rwxr-xr-xctorrent/build/ctorrent.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/ctorrent/build/ctorrent.SlackBuild b/ctorrent/build/ctorrent.SlackBuild
index c8f2ee4c..60daf49d 100755
--- a/ctorrent/build/ctorrent.SlackBuild
+++ b/ctorrent/build/ctorrent.SlackBuild
@@ -33,7 +33,9 @@
# 1.3.4.dnh3-1: 12/Apr/2007 by Eric Hameleers <alien@slackware.com>
# * Initial build.
# dnh3.3.2-1: 30/Sep/2009 by Eric Hameleers <alien@slackware.com>
-# * Update.
+# * Update. Configure "--with-ssl=no" so that the package no
+# longer depends on openssl but instead uses it's own internal
+# sha-1 routines.
#
# Run 'sh ctorrent.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -146,6 +148,7 @@ CFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--localstatedir=/var \
--sysconfdir=/etc \
+ --with-ssl=no \
--program-prefix= \
--program-suffix= \
--build=$ARCH-slackware-linux \