diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-19 21:04:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-19 21:04:52 +0200 |
commit | dfd37d10510d013fc7c49ecb42d1b75c14be4594 (patch) | |
tree | 23bc90b2ebd5c5fe09246397839de7af5ac40da8 /package/ltrace | |
parent | 859309a404f1c10f77832b47de7b329bd6664395 (diff) |
compile autotool stuff, bison and flex by default
Diffstat (limited to 'package/ltrace')
-rw-r--r-- | package/ltrace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ltrace/Makefile b/package/ltrace/Makefile index e7942f258..673ced86e 100644 --- a/package/ltrace/Makefile +++ b/package/ltrace/Makefile @@ -11,7 +11,7 @@ PKG_MD5SUM:= 266580175adba8cbb02b6b792d9f05f5 PKG_DESCR:= intercepts and records dynamic library calls PKG_SECTION:= app/debug PKG_DEPENDS:= libelf -PKG_BUILDDEP:= autotool libelf +PKG_BUILDDEP:= libelf PKG_URL:= http://ltrace.org/ PKG_SITES:= http://openadk.org/distfiles/ |