projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53f477e
)
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35606
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/libs/libbsd/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/libbsd/Makefile
b/package/libs/libbsd/Makefile
index
ce1de4b
..
7db1fc7
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