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:
34c9680
)
pthsem should depend on eglibc and not glibc
author
John Crispin
<john@openwrt.org>
Thu, 31 May 2012 09:48:49 +0000
(09:48 +0000)
committer
John Crispin
<john@openwrt.org>
Thu, 31 May 2012 09:48:49 +0000
(09:48 +0000)
SVN-Revision: 32016
libs/pthsem/Makefile
patch
|
blob
|
history
diff --git
a/libs/pthsem/Makefile
b/libs/pthsem/Makefile
index 88037b8551a5b1689a8648219de5db0c0743ac40..a5e7ba2ff7a8baa8f964c6df83636ac74c45fbf6 100644
(file)
--- 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_
E
GLIBC @TARGET_x86
endef
define Package/pthsem/description