From: John Crispin Date: Thu, 31 May 2012 09:48:49 +0000 (+0000) Subject: [packages] pthsem should depend on eglibc and not glibc X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=cfc78d3a55af5cf42d8b12f3642bd507c2048051;p=openwrt%2Fsvn-archive%2Farchive.git [packages] pthsem should depend on eglibc and not glibc SVN-Revision: 32016 --- diff --git a/libs/pthsem/Makefile b/libs/pthsem/Makefile index 88037b8551..a5e7ba2ff7 100644 --- a/libs/pthsem/Makefile +++ b/libs/pthsem/Makefile @@ -21,7 +21,7 @@ define Package/pthsem CATEGORY:=Libraries TITLE:=GNU pth extended with semaphore support URL:=http://www.auto.tuwien.ac.at/~mkoegler/index.php/pth - DEPENDS:=@USE_GLIBC @TARGET_x86 + DEPENDS:=@USE_EGLIBC @TARGET_x86 endef define Package/pthsem/description