diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-06-16 14:34:47 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-06-16 14:34:47 +0000 |
commit | 2bcc1d0655916faf84c92d0d5a50384427f69432 (patch) | |
tree | e9f6b4e2bf559c3998801e319a6c5989551f95a2 /package/libbsd | |
parent | 5102806324e551eb9d178ac98c0d90c7c68af643 (diff) | |
download | upstream-2bcc1d0655916faf84c92d0d5a50384427f69432.tar.gz upstream-2bcc1d0655916faf84c92d0d5a50384427f69432.tar.bz2 upstream-2bcc1d0655916faf84c92d0d5a50384427f69432.zip |
[package] libbsd: do not build when using uclibc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27194 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libbsd')
-rw-r--r-- | package/libbsd/Makefile | 1 |
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 |