diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-25 09:58:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-25 09:59:08 +0200 |
commit | ff449c57c586916e689eaa4be27a84942cef884b (patch) | |
tree | c90a30d68d46ff99e8ab84c4afce029c6119834b /package/ltrace/Makefile | |
parent | 79f980d61810072ec308c4477e1a74a70fe05a8b (diff) |
update and fix build
Diffstat (limited to 'package/ltrace/Makefile')
-rw-r--r-- | package/ltrace/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/package/ltrace/Makefile b/package/ltrace/Makefile index a8464d55a..e271ea969 100644 --- a/package/ltrace/Makefile +++ b/package/ltrace/Makefile @@ -4,20 +4,24 @@ include $(TOPDIR)/rules.mk PKG_NAME:= ltrace -PKG_VERSION:= 0.7.3 +PKG_VERSION:= 0.7.4 +# git from 24.05.2014 PKG_RELEASE:= 1 -PKG_MD5SUM:= 2cb7660738b1e28fd84ce0dc06f6ea69 +PKG_MD5SUM:= 266580175adba8cbb02b6b792d9f05f5 PKG_DESCR:= intercepts and records dynamic library calls PKG_SECTION:= debug PKG_DEPENDS:= libelf -PKG_BUILDDEP:= libelf +PKG_BUILDDEP:= autotool libelf PKG_URL:= http://ltrace.org/ -PKG_SITES:= https://alioth.debian.org/frs/download.php/file/3948/ +PKG_SITES:= http://openadk.org/distfiles/ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,LTRACE,ltrace,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +AUTOTOOL_STYLE:= autoreconf +CONFIGURE_ARGS+= --disable-werror + ltrace-install: $(INSTALL_DIR) $(IDIR_LTRACE)/usr/sbin $(INSTALL_BIN) $(WRKINST)/usr/bin/ltrace \ |