diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-09-04 13:59:57 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-09-04 13:59:57 +0000 |
commit | 1bded7d40bcbaea28103f81a7f8998f376cd4286 (patch) | |
tree | 6445c271dc4838a4b0b903b66697d2a6cd278514 /specgen.sh | |
parent | 3ab721da256bf6e29581a44ccd03d48942c2704e (diff) | |
download | fetchmail-1bded7d40bcbaea28103f81a7f8998f376cd4286.tar.gz fetchmail-1bded7d40bcbaea28103f81a7f8998f376cd4286.tar.bz2 fetchmail-1bded7d40bcbaea28103f81a7f8998f376cd4286.zip |
SSL port fix.
svn path=/trunk/; revision=3694
Diffstat (limited to 'specgen.sh')
-rwxr-xr-x | specgen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |