fix build on < 10.0
OBS-URL: https://build.opensuse.org/package/show/network:utilities/libmetalink?expand=0&rev=3
This commit is contained in:
parent
b9fe64a2e2
commit
5cafaf7df5
@ -54,6 +54,10 @@ Metalink XML files.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n "libmetalink-%{version}"
|
%setup -q -n "libmetalink-%{version}"
|
||||||
|
|
||||||
|
%if 0%{?suse_version} < 1000
|
||||||
|
%__sed -i 's|-fvisibility=hidden||g' lib/metalink/Makefile*
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
Loading…
Reference in New Issue
Block a user