When building against eglibc, libc doesn't include librt therefore it must be 
explicitly included.

Signed-off-by: Philip Prindeville <phil...@redfish-solutions.com>
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
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to