Closed GoogleCodeExporter closed 9 years ago
Fix is to add the librt too the dependency list of curl.
change the following within the Makefile of curl
(feed/packages/libs/curl/Makefile).
DEPENDS:=+libopenssl +zlib
to
DEPENDS:=+libopenssl +zlib +USE_EGLIBC:librt
Solution is also given in the forums of openWrt. see
https://forum.openwrt.org/viewtopic.php?id=38592
Original comment by flump...@gmail.com
on 5 Feb 2013 at 3:17
Original issue reported on code.google.com by
flump...@gmail.com
on 5 Feb 2013 at 3:12