From: blogic Date: Thu, 31 May 2012 09:48:49 +0000 (+0000) Subject: [packages] pthsem should depend on eglibc and not glibc X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=b0f3b0beed60309d06a6bbe95fcb37c581742258;p=packages.git [packages] pthsem should depend on eglibc and not glibc git-svn-id: svn://svn.openwrt.org/openwrt/packages@32016 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/pthsem/Makefile b/libs/pthsem/Makefile index 88037b855..a5e7ba2ff 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