|
|
@@ -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}
|
|
|
|