fetchmail-friends
[Top] [All Lists]

[fetchmail] Typo in specgen.sh disables SSL

2002-10-02 23:18:35
Hello!

I have downloaded fetchmail-6.1.0 to recompile it for RedHat 8.0.

It turns out there is a serious error in fetchmail.spec (generated by
specgen.sh), which effectively disables SSL support.  From NEWS:

fetchmail-5.9.13 (Sat Jun 22 17:53:00 EDT 2002), 21791 lines:
...
* RPM now built with SSL and IPv6 support, reflecting what's in RH 7.3.

To enable SSL, the option "--with-ssl" should be used.  specgen.sh has 
"--with-SSL" instead.  Autoconf options are case sensitive, so SSL is not 
enabled.

=====================================
--- specgen.sh
+++ specgen.sh
@@ -117,7 +117,7 @@
 %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
=====================================

-- 
Regards,
Pavel Roskin


<Prev in Thread] Current Thread [Next in Thread>
  • [fetchmail] Typo in specgen.sh disables SSL, Pavel Roskin <=