summaryrefslogtreecommitdiffstats
path: root/package/libbsd
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-06-16 14:34:47 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-06-16 14:34:47 +0000
commit4b113046a4b44e78b9899f249c0ae50f4bf6fc7a (patch)
tree692bc308a50f21a8c431650f058df5eea6c44747 /package/libbsd
parent540b83899827be142f5ef748a6baa6d3d4a47023 (diff)
downloadmaster-31e0f0ae-4b113046a4b44e78b9899f249c0ae50f4bf6fc7a.tar.gz
master-31e0f0ae-4b113046a4b44e78b9899f249c0ae50f4bf6fc7a.tar.bz2
master-31e0f0ae-4b113046a4b44e78b9899f249c0ae50f4bf6fc7a.zip
libbsd: do not build when using uclibc
SVN-Revision: 27194
Diffstat (limited to 'package/libbsd')
-rw-r--r--package/libbsd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libbsd/Makefile b/package/libbsd/Makefile
index 94c0803a44..4fef04a233 100644
--- a/package/libbsd/Makefile
+++ b/package/libbsd/Makefile
@@ -15,6 +15,7 @@ PKG_INSTALL:=1
define Package/libbsd
SECTION:=libs
CATEGORY:=Libraries
+ DEPENDS:=@!USE_UCLIBC
TITLE:=common BSD library
endef