Browse Source

Merge pull request #4163 from stintel/kodi

giflib: add host build
lilik-openwrt-22.03
Ted Hess 8 years ago
committed by GitHub
parent
commit
fb199062a6
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libs/giflib/Makefile

+ 2
- 0
libs/giflib/Makefile View File

@ -23,6 +23,7 @@ PKG_LICENSE_FILES:=COPYING
PKG_FIXUP:=autoreconf
PKG_REMOVE_FILES:=autogen.sh aclocal.m4
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk
define Package/giflib
@ -57,4 +58,5 @@ define Package/giflib/install
$(CP) $(PKG_BUILD_DIR)/lib/.libs/lib*so* $(1)/usr/lib/
endef
$(eval $(call HostBuild))
$(eval $(call BuildPackage,giflib))

Loading…
Cancel
Save