summaryrefslogtreecommitdiff
path: root/package/oprofile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-11-06 21:30:49 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-11-06 21:30:49 +0100
commitc7ad18d922ef28e547806027a3325c99fb974c00 (patch)
tree44d2dc34897b1303740075fe0671eada5a2187c3 /package/oprofile
parentbcf8903a386aeca999575b9243f33c42b2d39fde (diff)
add -lpthread
Diffstat (limited to 'package/oprofile')
-rw-r--r--package/oprofile/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/oprofile/Makefile b/package/oprofile/Makefile
index 2128a14e7..63724cbdb 100644
--- a/package/oprofile/Makefile
+++ b/package/oprofile/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= oprofile
PKG_VERSION:= 0.9.9
-PKG_RELEASE:= 3
+PKG_RELEASE:= 4
PKG_MD5SUM:= 00aec1287da2dfffda17a9b1c0a01868
PKG_DESCR:= system-wide profiles
PKG_SECTION:= debug
@@ -22,6 +22,7 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,OPROFILE,oprofile,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+TARGET_LDFLAGS+= -lpthread
CONFIGURE_ARGS+= --with-kernel-support
oprofile-install: