Drop unused _with_static build option
This commit is contained in:
parent
9773fd4913
commit
529fc17a5b
@ -50,7 +50,7 @@ This package contains the full API documentation for %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure %{!?_with_static: --disable-static}
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
@ -73,7 +73,6 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/sigc++-2.0/
|
%{_libdir}/sigc++-2.0/
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{?_with_static: %{_libdir}/*.a}
|
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
|
Loading…
Reference in New Issue
Block a user