From 2834be4c19946f915ed6480d9ab279070a64c89fdaa36b7dfe0f64897a1c2601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 28 Jan 2013 17:22:36 +0000 Subject: [PATCH] fix building for sles ... I hope OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvpx?expand=0&rev=45 --- libvpx.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libvpx.spec b/libvpx.spec index 3f3c10a..b6d5720 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -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