Author: nbd Date: 2015-04-06 20:44:28 +0200 (Mon, 06 Apr 2015) New Revision: 45280
Modified: trunk/package/devel/oprofile/Makefile Log: oprofile: add dependency on librt, it seems to be needed in some configurations Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/devel/oprofile/Makefile =================================================================== --- trunk/package/devel/oprofile/Makefile 2015-04-06 10:50:54 UTC (rev 45279) +++ trunk/package/devel/oprofile/Makefile 2015-04-06 18:44:28 UTC (rev 45280) @@ -31,7 +31,7 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
