projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
014da2c
)
pthsem breaks on !glibc and !x86
author
John Crispin
<john@openwrt.org>
Thu, 31 May 2012 09:45:22 +0000
(09:45 +0000)
committer
John Crispin
<john@openwrt.org>
Thu, 31 May 2012 09:45:22 +0000
(09:45 +0000)
SVN-Revision: 32015
libs/pthsem/Makefile
patch
|
blob
|
history
diff --git
a/libs/pthsem/Makefile
b/libs/pthsem/Makefile
index 4b5096c1291f26b08056c9937c0112155af8cb3c..88037b8551a5b1689a8648219de5db0c0743ac40 100644
(file)
--- 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