Browse Source

add forced SSL support (to make sure OpenSSL in system paths are picked up)

Ralf S. Engelschall 23 years ago
parent
commit
ffa59f6b89
1 changed files with 3 additions and 2 deletions
  1. 3 2
      wget/wget.spec

+ 3 - 2
wget/wget.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        Web
 License:      GPL
 Version:      1.8.2
-Release:      20020528
+Release:      20021206
 
 #   list of sources
 Source0:      ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
@@ -41,7 +41,7 @@ Source0:      ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
 #   build information
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
-BuildPreReq:  OpenPKG, openpkg >= 20020206, perl
+BuildPreReq:  OpenPKG, openpkg >= 20020206, perl, openssl
 PreReq:       OpenPKG, openpkg >= 20020206
 AutoReq:      no
 AutoReqProv:  no
@@ -61,6 +61,7 @@ AutoReqProv:  no
     ./configure \
         --prefix=%{l_prefix} \
         --sysconfdir=%{l_prefix}/etc/wget \
+        --with-ssl=%{l_prefix} \
         --disable-nls
     %{l_make} %{l_mflags -O}