projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f5bbfa
)
oprofile: add dependency on librt, it seems to be needed in some configurations
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 6 Apr 2015 18:44:28 +0000
(18:44 +0000)
committer
Felix 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
patch
|
blob
|
history
diff --git
a/package/devel/oprofile/Makefile
b/package/devel/oprofile/Makefile
index e85a482970604786caa5eab1c61f45bdc0b97bdb..dd8aa344b41472fbc23f03f27f55e1c2625b1b1f 100644
(file)
--- a/
package/devel/oprofile/Makefile
+++ b/
package/devel/oprofile/Makefile
@@
-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