Fix build
OBS-URL: https://build.opensuse.org/package/show/network:utilities/wget?expand=0&rev=19
This commit is contained in:
parent
2c24bc5f85
commit
7378ae3322
@ -49,11 +49,16 @@ This can be done in script files or via the command line.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
|
%if 0%{suse_version} > 1110
|
||||||
%patch1
|
%patch1
|
||||||
|
%endif
|
||||||
%patch3
|
%patch3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if 0%{suse_version} > 1110
|
||||||
|
# only wget-libproxy.patch needs this
|
||||||
autoreconf --force
|
autoreconf --force
|
||||||
|
%endif
|
||||||
%configure --with-ssl=openssl
|
%configure --with-ssl=openssl
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user