[package] libbsd: do not build when using uclibc
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 16 Jun 2011 14:34:47 +0000 (14:34 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 16 Jun 2011 14:34:47 +0000 (14:34 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27194 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/libbsd/Makefile

index 94c0803..4fef04a 100644 (file)
@@ -15,6 +15,7 @@ PKG_INSTALL:=1
 define Package/libbsd
   SECTION:=libs
   CATEGORY:=Libraries
+  DEPENDS:=@!USE_UCLIBC
   TITLE:=common BSD library
 endef