mirror of https://github.com/hak5/openwrt.git
libbsd: make it available for eglibc only
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35606lede-17.01
parent
485e52e1d8
commit
2cf1a8d73f
|
@ -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 New Issue