From e0b970fc7bde0963a09dcbd7e5ebbdf4a50c774c Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Tue, 8 Apr 2014 19:11:16 +0200 Subject: [PATCH] - Removing the --disable-rpath switch as autoreconf -vif does the job --- libwebp.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libwebp.spec b/libwebp.spec index 914fc07..4967bab 100644 --- a/libwebp.spec +++ b/libwebp.spec @@ -69,8 +69,7 @@ Java bindings for libwebp. %build autoreconf -vif %configure --disable-static --enable-libwebpmux \ - --enable-libwebpdemux --enable-libwebpdecoder \ - --disable-rpath + --enable-libwebpdemux --enable-libwebpdecoder make %{?_smp_mflags}