Building eglibc on x86 requires various packages explicitly call out librt.

Add these dependencies.

Signed-off-by: Philip Prindeville <[email protected]>

Index: feeds/packages/devel/diffutils/Makefile
===================================================================
--- feeds/packages/devel/diffutils/Makefile     (revision 32484)
+++ feeds/packages/devel/diffutils/Makefile     (working copy)
@@ -22,6 +22,7 @@
 define Package/diffutils
   SECTION:=devel
   CATEGORY:=Development
+  DEPENDS:=+librt
   TITLE:=diffutils
   URL:=http://www.gnu.org/software/diffutils/
 endef
Index: feeds/packages/net/ntpd/Makefile
===================================================================
--- feeds/packages/net/ntpd/Makefile    (revision 32484)
+++ feeds/packages/net/ntpd/Makefile    (working copy)
@@ -30,7 +30,7 @@
   TITLE:=ISC ntp
   MAINTAINER:=Peter Wagner <[email protected]>
   URL:=http://www.ntp.org/
-  DEPENDS:=+libcap
+  DEPENDS:=+libcap +librt
 endef
 
 define Package/ntpd/Default/description
Index: feeds/packages/libs/curl/Makefile
===================================================================
--- feeds/packages/libs/curl/Makefile   (revision 32484)
+++ feeds/packages/libs/curl/Makefile   (working copy)
@@ -43,7 +43,7 @@
   $(call Package/curl/Default)
   SECTION:=libs
   CATEGORY:=Libraries
-  DEPENDS:=+libopenssl +zlib
+  DEPENDS:=+libopenssl +zlib +librt
   TITLE:=A client-side URL transfer library
 endef
 
Index: package/gdb/Makefile
===================================================================
--- package/gdb/Makefile        (revision 32484)
+++ package/gdb/Makefile        (working copy)
@@ -23,7 +23,7 @@
 define Package/gdb/Default
   SECTION:=utils
   CATEGORY:=Utilities
-  DEPENDS:=@!(avr32||cris)
+  DEPENDS:=@!(avr32||cris) +librt
   URL:=http://www.gnu.org/software/gdb/
 endef
 
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to