projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
540b838
)
libbsd: do not build when using uclibc
author
Florian Fainelli
<florian@openwrt.org>
Thu, 16 Jun 2011 14:34:47 +0000
(14:34 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 16 Jun 2011 14:34:47 +0000
(14:34 +0000)
SVN-Revision: 27194
package/libbsd/Makefile
patch
|
blob
|
history
diff --git
a/package/libbsd/Makefile
b/package/libbsd/Makefile
index 94c0803a44320c4789c45bbe2e8769ac401ac87b..4fef04a23341a378a8f1ba5cb3be2e796654d5d5 100644
(file)
--- a/
package/libbsd/Makefile
+++ b/
package/libbsd/Makefile
@@
-15,6
+15,7
@@
PKG_INSTALL:=1
define Package/libbsd
SECTION:=libs
CATEGORY:=Libraries
+ DEPENDS:=@!USE_UCLIBC
TITLE:=common BSD library
endef