oprofile: add dependency on librt, it seems to be needed in some configurations
authorFelix Fietkau <nbd@openwrt.org>
Mon, 6 Apr 2015 18:44:28 +0000 (18:44 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 6 Apr 2015 18:44:28 +0000 (18:44 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45280

package/devel/oprofile/Makefile

index e85a482970604786caa5eab1c61f45bdc0b97bdb..dd8aa344b41472fbc23f03f27f55e1c2625b1b1f 100644 (file)
@@ -31,7 +31,7 @@ define Package/oprofile
   CATEGORY:=Development
   TITLE:=OProfile System Profiler
   URL:=http://oprofile.sourceforge.net
-  DEPENDS:=+libpopt +kmod-oprofile +libstdcpp +objdump @(!TARGET_uml||BROKEN)
+  DEPENDS:=+libpopt +kmod-oprofile +libstdcpp +objdump +librt @(!TARGET_uml||BROKEN)
 endef
 
 define Package/oprofile/description