From 7378ae3322ba4df673bc8adba15a35af284ea9744f7ca5813450f7dca3b8bd41 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 19 Oct 2011 10:56:00 +0000 Subject: [PATCH] Fix build OBS-URL: https://build.opensuse.org/package/show/network:utilities/wget?expand=0&rev=19 --- wget.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wget.spec b/wget.spec index dd1f55e..d253665 100644 --- a/wget.spec +++ b/wget.spec @@ -49,11 +49,16 @@ This can be done in script files or via the command line. %prep %setup -q %patch0 +%if 0%{suse_version} > 1110 %patch1 +%endif %patch3 %build +%if 0%{suse_version} > 1110 +# only wget-libproxy.patch needs this autoreconf --force +%endif %configure --with-ssl=openssl make %{?_smp_mflags}