projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
890fe32
)
adding missing dependency
author
Mirko Vogt
<mirko@openwrt.org>
Sat, 31 Jan 2009 12:30:19 +0000
(12:30 +0000)
committer
Mirko Vogt
<mirko@openwrt.org>
Sat, 31 Jan 2009 12:30:19 +0000
(12:30 +0000)
SVN-Revision: 14299
utils/oprofile/Makefile
patch
|
blob
|
history
diff --git
a/utils/oprofile/Makefile
b/utils/oprofile/Makefile
index 6faccdfe9de1171ecfcc39899a916fc4adb3b3c6..a1a41f484e1f42ba3e5a61ba70f1fe6d89be845b 100644
(file)
--- a/
utils/oprofile/Makefile
+++ b/
utils/oprofile/Makefile
@@
-38,7
+38,7
@@
define Package/oprofile
CATEGORY:=Utilities
TITLE:=OProfile System Profiler
URL:=http://oprofile.sourceforge.net
- DEPENDS:=+libpopt +kmod-oprofile
+ DEPENDS:=+libpopt +kmod-oprofile
+libstdcpp
endef
define Package/oprofile/description