libbsd: make it available for eglibc only
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35606
This commit is contained in:
parent
485e52e1d8
commit
2cf1a8d73f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue