From 082314c49de900bf685b0016f353aa2594bab554 Mon Sep 17 00:00:00 2001 From: Álvaro Fernández Rojas Date: Mon, 7 Dec 2015 17:27:15 +0100 Subject: unrar: split unrar and libunrar into build variants, add missing InstallDev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Building unrar together with libunrar creates conflicts that can be fixed by doing separate builds. Closes https://github.com/openwrt/packages/pull/2060. Signed-off-by: Álvaro Fernández Rojas --- utils/unrar/patches/100-makefile_fixes.patch | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'utils/unrar/patches') diff --git a/utils/unrar/patches/100-makefile_fixes.patch b/utils/unrar/patches/100-makefile_fixes.patch index ca82e1353..3423b56f3 100644 --- a/utils/unrar/patches/100-makefile_fixes.patch +++ b/utils/unrar/patches/100-makefile_fixes.patch @@ -16,3 +16,12 @@ DESTDIR=/usr # Linux using LCC +@@ -142,7 +142,7 @@ uninstall-unrar: + rm -f $(DESTDIR)/bin/unrar + + install-lib: +- install libunrar.so $(DESTDIR)/lib ++ install -D libunrar.so $(DESTDIR)/lib/libunrar.so + + uninstall-lib: + rm -f $(DESTDIR)/lib/libunrar.so -- cgit v1.2.3