From 942c58a0c2fed23d0176a9422974b964f86139f3 Mon Sep 17 00:00:00 2001 From: blogic Date: Thu, 31 May 2012 09:45:22 +0000 Subject: [PATCH] [packages] pthsem breaks on !glibc and !x86 git-svn-id: svn://svn.openwrt.org/openwrt/packages@32015 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/pthsem/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/pthsem/Makefile b/libs/pthsem/Makefile index 4b5096c12..88037b855 100644 --- a/libs/pthsem/Makefile +++ b/libs/pthsem/Makefile @@ -21,6 +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 endef define Package/pthsem/description