summaryrefslogtreecommitdiff
path: root/package/gettext-tiny
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-12 09:51:19 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-12 09:51:19 +0100
commit838b548ca7d8c6d6f02a8ae3231bc1910ce736f8 (patch)
treecd736c1d727d0796c7cac2fd2bb9018149a3c5ad /package/gettext-tiny
parent99ffeabcfc11ffb44d32583fc3d7db37f2fff9fd (diff)
fix build break, HOST_STYLE manual will not build the source now
Diffstat (limited to 'package/gettext-tiny')
-rw-r--r--package/gettext-tiny/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/gettext-tiny/Makefile b/package/gettext-tiny/Makefile
index 1cb94100b..6a98b123f 100644
--- a/package/gettext-tiny/Makefile
+++ b/package/gettext-tiny/Makefile
@@ -24,6 +24,10 @@ $(eval $(call PKG_template,GETTEXT_TINY,gettext-tiny,$(PKG_VERSION)-${PKG_RELEAS
HOST_STYLE:= manual
CONFIG_STYLE:= manual
+host-build:
+ (cd ${WRKBUILD} && env ${HOST_MAKE_ENV} ${MAKE} -f ${MAKE_FILE} \
+ ${HOST_MAKE_FLAGS} ${HOST_ALL_TARGET})
+
gettext-tiny-hostinstall:
${CP} ${WRKBUILD}/include/libintl.h ${STAGING_HOST_DIR}/usr/include
${CP} ${WRKBUILD}/libintl.a ${STAGING_HOST_DIR}/usr/lib