Reinhard Max 2011-10-19 10:56:00 +00:00 committed by Git OBS Bridge
parent 2c24bc5f85
commit 7378ae3322

View File

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