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/yasm | |
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/yasm')
-rw-r--r-- | package/yasm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/yasm/Makefile b/package/yasm/Makefile index 2e8f8ef01..bd9d7d716 100644 --- a/package/yasm/Makefile +++ b/package/yasm/Makefile @@ -9,6 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 4cfc0686cf5350dd1305c4d905eb55a6 PKG_DESCR:= Modular Assembler Project PKG_SECTION:= misc +PKG_BUILDDEP:= yasm-host PKG_URL:= http://www.tortall.net/projects/yasm/ PKG_SITES:= http://www.tortall.net/projects/yasm/releases/ |