diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-18 21:08:46 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-18 21:08:46 +0100 |
commit | 198e3aaea2622e3af7c331bc884ee3833bdd2d44 (patch) | |
tree | a6f25aa2a610d068a00881d5937762cc2f9ef342 /package/libtool | |
parent | c5d0baec6d29ecf3fe73855c31867b56ca00f30f (diff) | |
parent | 3d1414631ce749e55141ba9ddb17ae531a9d9aff (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libtool')
-rw-r--r-- | package/libtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile index adfd6f4cc..4d4c8c4c8 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 3 PKG_MD5SUM:= d2f3b7d4627e69e13514a40e72a24d50 PKG_DESCR:= a generic dynamic object loading library PKG_SECTION:= lang -PKG_BUILDDEP:= libtool-host +PKG_BUILDDEP:= m4-host libtool-host PKG_URL:= http://www.gnu.org/software/libtool/ PKG_SITES:= ${MASTER_SITE_GNU:=libtool/} PKG_LIBNAME:= libltdl |