summaryrefslogtreecommitdiff
path: root/package/libtool/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-13 19:08:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-13 19:08:47 +0100
commit1d6e936d172a92d055a39dce5cb6e7e478c8080e (patch)
treee991341c204ba376ec4d8658d4c15c8e03a8d9eb /package/libtool/Makefile
parent7666d6734558f2b8943c4df2543ee3f25d90c90e (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/libtool/Makefile')
-rw-r--r--package/libtool/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile
index b2710ee63..adfd6f4cc 100644
--- a/package/libtool/Makefile
+++ b/package/libtool/Makefile
@@ -9,6 +9,7 @@ PKG_RELEASE:= 3
PKG_MD5SUM:= d2f3b7d4627e69e13514a40e72a24d50
PKG_DESCR:= a generic dynamic object loading library
PKG_SECTION:= lang
+PKG_BUILDDEP:= libtool-host
PKG_URL:= http://www.gnu.org/software/libtool/
PKG_SITES:= ${MASTER_SITE_GNU:=libtool/}
PKG_LIBNAME:= libltdl