mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
unrar: split unrar and libunrar into build variants, add missing InstallDev
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 <noltari@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user