libbsd: make it available for eglibc only
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 15 Feb 2013 13:25:12 +0000 (13:25 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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

index ce1de4b..7db1fc7 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