fix building for sles ... I hope

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvpx?expand=0&rev=45
This commit is contained in:
Adrian Schröter 2013-01-28 17:22:36 +00:00 committed by Git OBS Bridge
parent fcaded0055
commit 2834be4c19

View File

@ -123,8 +123,9 @@ make %{?_smp_mflags}
%install
cd build
%make_install
# Remove static library
make DESTDIR=%buildroot install
# Remove static library, should not be used on openSUSE to avoid efforts on
# (security) updates
rm %{buildroot}%{_libdir}/libvpx.a
%clean