diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-02-18 20:11:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-02-18 19:12:18 +0000 |
commit | 237e296493d295647a6fbdb02e84f8f4c2a1c810 (patch) | |
tree | b3b5a02abd8a6032b9d9610963ed75dc6e356801 /package/kodi/Makefile | |
parent | c4c1d8df933930edddbba99c36ea2b588f28c6ef (diff) |
kodi: add aac workaround from Debian
Diffstat (limited to 'package/kodi/Makefile')
-rw-r--r-- | package/kodi/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/kodi/Makefile b/package/kodi/Makefile index 7b60a3f5d..e18933812 100644 --- a/package/kodi/Makefile +++ b/package/kodi/Makefile @@ -161,6 +161,10 @@ pre-configure: cp $(WRKBUILD)/../../tools/depends/native/TexturePacker/TexturePacker \ $(STAGING_HOST_DIR)/usr/bin +pre-build: + $(TARGET_CC) -shared -fPIC -o $(WRKBUILD)/kodi-shim.so \ + ./files/kodi-shim.c + kodi-install: $(INSTALL_DIR) $(STAGING_TARGET_DIR)/usr/share/kodi $(CP) $(WRKINST)/usr/share/kodi/* \ @@ -178,5 +182,7 @@ kodi-install: $(IDIR_KODI)/usr/bin $(INSTALL_BIN) $(WRKINST)/usr/bin/kodi \ $(IDIR_KODI)/usr/bin + $(CP) $(WRKBUILD)/kodi-shim.so \ + $(IDIR_KODI)/usr/lib/kodi include ${ADK_TOPDIR}/mk/pkg-bottom.mk |