diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-13 19:08:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-13 19:08:47 +0100 |
commit | 1d6e936d172a92d055a39dce5cb6e7e478c8080e (patch) | |
tree | e991341c204ba376ec4d8658d4c15c8e03a8d9eb /package/libiconv-tiny | |
parent | 7666d6734558f2b8943c4df2543ee3f25d90c90e (diff) |
ensure that host-compile is done always before cross-compile, otherwise shit happens. not always required by package build, but for now a limitation of the buildsystem, which reuses WRKDIR
Diffstat (limited to 'package/libiconv-tiny')
-rw-r--r-- | package/libiconv-tiny/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libiconv-tiny/Makefile b/package/libiconv-tiny/Makefile index 3b88a24e1..d5da1049f 100644 --- a/package/libiconv-tiny/Makefile +++ b/package/libiconv-tiny/Makefile @@ -9,6 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 4898b62aebc1614edab60bf1fe0ac661 PKG_DESCR:= iconv stub and replacement PKG_SECTION:= libs +PKG_BUILDDEP:= libiconv-tiny-host PKG_URL:= http://www.openwrt.org/ PKG_SITES:= http://www.openadk.org/distfiles/ PKG_OPTS:= dev devonly |