aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-09-04 13:59:57 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-09-04 13:59:57 +0000
commit1bded7d40bcbaea28103f81a7f8998f376cd4286 (patch)
tree6445c271dc4838a4b0b903b66697d2a6cd278514
parent3ab721da256bf6e29581a44ccd03d48942c2704e (diff)
downloadfetchmail-1bded7d40bcbaea28103f81a7f8998f376cd4286.tar.gz
fetchmail-1bded7d40bcbaea28103f81a7f8998f376cd4286.tar.bz2
fetchmail-1bded7d40bcbaea28103f81a7f8998f376cd4286.zip
SSL port fix.
svn path=/trunk/; revision=3694
-rw-r--r--configure.in1
-rwxr-xr-xspecgen.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 11052a56..1c5cebfd 100644
--- a/configure.in
+++ b/configure.in
@@ -574,6 +574,7 @@ then
for ac_dir in \
/usr/local/ssl \
/usr/ssl \
+ /usr \
/local/ssl \
/opt/ssl \
; \
diff --git a/specgen.sh b/specgen.sh
index 99c7f9e2..578d2c9f 100755
--- a/specgen.sh
+++ b/specgen.sh
@@ -117,7 +117,7 @@ GUI konfigurator do fetchmaila napisany w pythonie.
%build
LDFLAGS="-s"
export CFLAGS LDFLAGS
-./configure --prefix=/usr --disable-nls --without-kerberos --mandir=%{_mandir} --enable-SSL --enable-inet6
+./configure --prefix=/usr --disable-nls --without-kerberos --mandir=%{_mandir} --with-SSL --enable-inet6
# Remove --disable-nls, add --without-included-gettext
# for internationalization. Also look below.
make