summaryrefslogtreecommitdiff
path: root/package/oprofile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/oprofile/Makefile')
-rw-r--r--package/oprofile/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/oprofile/Makefile b/package/oprofile/Makefile
index e2f5edca9..63724cbdb 100644
--- a/package/oprofile/Makefile
+++ b/package/oprofile/Makefile
@@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= oprofile
PKG_VERSION:= 0.9.9
-PKG_RELEASE:= 1
+PKG_RELEASE:= 4
PKG_MD5SUM:= 00aec1287da2dfffda17a9b1c0a01868
PKG_DESCR:= system-wide profiles
PKG_SECTION:= debug
-PKG_DEPENDS:= libpopt kmod-oprofile libbfd libstdcxx
+PKG_DEPENDS:= libpopt kmod-oprofile libbfd libstdcxx libgcc
PKG_BUILDDEP:= popt binutils
PKG_URL:= http://oprofile.sourceforge.net/
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=oprofile/}
@@ -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: