libbsd: make it available for eglibc only
authorFlorian Fainelli <florian@openwrt.org>
Fri, 15 Feb 2013 13:25:12 +0000 (13:25 +0000)
committerFlorian 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

index ce1de4bb3649bf84091f2a3a128b086e5a6bc886..7db1fc7084fdbcefa8ec2b90a8cb9aaaaf411dcf 100644 (file)
@@ -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