libbsd: do not build when using uclibc
authorFlorian Fainelli <florian@openwrt.org>
Thu, 16 Jun 2011 14:34:47 +0000 (14:34 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 16 Jun 2011 14:34:47 +0000 (14:34 +0000)
SVN-Revision: 27194

package/libbsd/Makefile

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