When building against eglibc, libc doesn't include librt therefore it must be explicitly included.
Signed-off-by: Philip Prindeville <[email protected]>
Index: trunk/feeds/packages/devel/diffutils/Makefile =================================================================== --- trunk/feeds/packages/devel/diffutils/Makefile (revision 33271) +++ trunk/feeds/packages/devel/diffutils/Makefile (working copy) @@ -22,6 +22,7 @@ define Package/diffutils SECTION:=devel CATEGORY:=Development + DEPENDS:=+USE_EGLIBC:librt TITLE:=diffutils URL:=http://www.gnu.org/software/diffutils/ endef
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
