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 | 4b113046a4b44e78b9899f249c0ae50f4bf6fc7a (patch) | |
tree | 692bc308a50f21a8c431650f058df5eea6c44747 | |
parent | 540b83899827be142f5ef748a6baa6d3d4a47023 (diff) | |
download | upstream-4b113046a4b44e78b9899f249c0ae50f4bf6fc7a.tar.gz upstream-4b113046a4b44e78b9899f249c0ae50f4bf6fc7a.tar.bz2 upstream-4b113046a4b44e78b9899f249c0ae50f4bf6fc7a.zip |
libbsd: do not build when using uclibc
SVN-Revision: 27194
-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 |