projects
/
openwrt
/
staging
/
luka.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
485e52e
)
libbsd: make it available for eglibc only
author
Florian Fainelli
<florian@openwrt.org>
Fri, 15 Feb 2013 13:25:12 +0000
(13:25 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 15 Feb 2013 13:25:12 +0000
(13:25 +0000)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35606
package/libs/libbsd/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/libbsd/Makefile
b/package/libs/libbsd/Makefile
index ce1de4bb3649bf84091f2a3a128b086e5a6bc886..7db1fc7084fdbcefa8ec2b90a8cb9aaaaf411dcf 100644
(file)
--- a/
package/libs/libbsd/Makefile
+++ b/
package/libs/libbsd/Makefile
@@
-18,7
+18,7
@@
PKG_INSTALL:=1
define Package/libbsd
SECTION:=libs
CATEGORY:=Libraries
- DEPENDS:=@
!(USE_UCLIBC||USE_MUSL)
+ DEPENDS:=@
USE_EGLIBC
TITLE:=common BSD library
endef