diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-10-18 11:07:50 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-10-18 11:07:50 +0000 |
commit | a95b7e11b345ae86b3a8f04fd9b3603b6de04c4c (patch) | |
tree | 9ea86ef5926c26a75728921d6a474250aee158b2 /specgen.sh | |
parent | 1c3ec2a3d554fc8a0730f45626be753ed27f09c2 (diff) | |
download | fetchmail-a95b7e11b345ae86b3a8f04fd9b3603b6de04c4c.tar.gz fetchmail-a95b7e11b345ae86b3a8f04fd9b3603b6de04c4c.tar.bz2 fetchmail-a95b7e11b345ae86b3a8f04fd9b3603b6de04c4c.zip |
Fix SSL build generation.
svn path=/trunk/; revision=3737
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} --with-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 |