From: Felix Fietkau Date: Wed, 16 Feb 2011 02:42:24 +0000 (+0000) Subject: base-files: librt should depend on libpthread, not the other way around X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=7ce547ac5daa95730b6550800c752d4952b19754 base-files: librt should depend on libpthread, not the other way around In uClibc 0.9.32 as well as recent versions of glibc and eglibc, librt depends on libpthread. Signed-off-by: Mark Mentovai SVN-Revision: 25548 --- diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 82bf51a2bd..3ccd2c7f4b 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -196,7 +196,6 @@ endef define Package/libpthread $(call Package/libc/Default) TITLE:=POSIX thread library - DEPENDS:= +librt endef define Package/libpthread/config @@ -223,6 +222,7 @@ endef define Package/librt $(call Package/libc/Default) TITLE:=POSIX.1b RealTime extension library + DEPENDS:=+libpthread endef define Package/librt/config