aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-06-22 22:42:01 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-06-22 22:42:01 +0000
commit8419cd657a56e2ae3a57ba1b73411ef00eee1aa0 (patch)
treed9c823a01b1cd1203483e17b0f56715e275545aa
parent3095ef60ff8dfbd2334bfcf2f710af745eedddef (diff)
downloadfetchmail-8419cd657a56e2ae3a57ba1b73411ef00eee1aa0.tar.gz
fetchmail-8419cd657a56e2ae3a57ba1b73411ef00eee1aa0.tar.bz2
fetchmail-8419cd657a56e2ae3a57ba1b73411ef00eee1aa0.zip
Build with what's in Red Hat 7.3.
svn path=/trunk/; revision=3655
-rwxr-xr-xspecgen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/specgen.sh b/specgen.sh
index 882f1a73..bebc403b 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}
+./configure --prefix=/usr --disable-nls --without-kerberos --mandir=%{_mandir} --enable-SSL --enable-inet6
# Remove --disable-nls, add --without-included-gettext
# for internationalization. Also look below.
make