diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-12 09:51:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-12 09:51:19 +0100 |
commit | 838b548ca7d8c6d6f02a8ae3231bc1910ce736f8 (patch) | |
tree | cd736c1d727d0796c7cac2fd2bb9018149a3c5ad /package/libiconv-tiny/Makefile | |
parent | 99ffeabcfc11ffb44d32583fc3d7db37f2fff9fd (diff) |
fix build break, HOST_STYLE manual will not build the source now
Diffstat (limited to 'package/libiconv-tiny/Makefile')
-rw-r--r-- | package/libiconv-tiny/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libiconv-tiny/Makefile b/package/libiconv-tiny/Makefile index ffcbf84c9..3b88a24e1 100644 --- a/package/libiconv-tiny/Makefile +++ b/package/libiconv-tiny/Makefile @@ -22,6 +22,10 @@ $(eval $(call PKG_template,LIBICONV_TINY,libiconv-tiny,$(PKG_VERSION)-${PKG_RELE HOST_STYLE:= manual CONFIG_STYLE:= manual +host-build: + (cd ${WRKBUILD} && env ${HOST_MAKE_ENV} ${MAKE} -f ${MAKE_FILE} \ + ${HOST_MAKE_FLAGS} ${HOST_ALL_TARGET}) + libiconv-tiny-hostinstall: $(CP) $(WRKBUILD)/libiconv.a $(STAGING_HOST_DIR)/usr/lib $(CP) $(WRKBUILD)/include/* $(STAGING_HOST_DIR)/usr/include |