In uClibc 0.9.32 as well as recent versions of glibc and eglibc, librt
depends on libpthread.
Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 25548
define Package/libpthread
$(call Package/libc/Default)
TITLE:=POSIX thread library
- DEPENDS:= +librt
endef
define Package/libpthread/config
define Package/librt
$(call Package/libc/Default)
TITLE:=POSIX.1b RealTime extension library
+ DEPENDS:=+libpthread
endef
define Package/librt/config