summaryrefslogtreecommitdiff
path: root/package/strace/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-09-13 19:54:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-09-13 19:54:29 +0200
commit88877b78c810dc9e17e64846c5a30109053c294a (patch)
tree52ad23e3c387013941aa39c86a9bdb1064563ad7 /package/strace/Makefile
parente186d88bff21f249538b1f19e124700cbc1c774e (diff)
fix musl on mips compile of strace
Diffstat (limited to 'package/strace/Makefile')
-rw-r--r--package/strace/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/strace/Makefile b/package/strace/Makefile
index 98647b555..c6880faa4 100644
--- a/package/strace/Makefile
+++ b/package/strace/Makefile
@@ -5,10 +5,11 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= strace
PKG_VERSION:= 4.8
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= c575ef43829586801f514fd91bfe7575
PKG_DESCR:= System call trace program
PKG_SECTION:= debug
+PKG_DEPENDS:= libgcc
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=strace/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz