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/net/ntpd/Makefile =================================================================== --- trunk/feeds/packages/net/ntpd/Makefile (revision 33271) +++ trunk/feeds/packages/net/ntpd/Makefile (working copy) @@ -30,7 +30,7 @@ TITLE:=ISC ntp MAINTAINER:=Peter Wagner <tripo...@gmx.at> URL:=http://www.ntp.org/ - DEPENDS:=+libcap + DEPENDS:=+libcap +USE_EGLIBC:librt endef define Package/ntpd/Default/description
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel