From: John Crispin Date: Thu, 31 May 2012 09:45:22 +0000 (+0000) Subject: [packages] pthsem breaks on !glibc and !x86 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=558d300bba7a39ab7216a8c48dd69789c0a28774 [packages] pthsem breaks on !glibc and !x86 SVN-Revision: 32015 --- diff --git a/libs/pthsem/Makefile b/libs/pthsem/Makefile index 4b5096c129..88037b8551 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