Skip to content

Commit

Permalink
Merge pull request #4163 from stintel/kodi
Browse files Browse the repository at this point in the history
giflib: add host build
  • Loading branch information
thess authored Mar 25, 2017
2 parents 9baf420 + 1381e52 commit fb19906
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/giflib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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))

0 comments on commit fb19906

Please sign in to comment.