From 7ce547ac5daa95730b6550800c752d4952b19754 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 16 Feb 2011 02:42:24 +0000 Subject: [PATCH] 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 --- package/base-files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2