oprofile: add dependency on librt, it seems to be needed in some configurations
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45280
This commit is contained in:
parent
6f5bbfa181
commit
22b1f47555
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue