1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-28 14:36:43 +03:00

[package] libbsd: do not build when using uclibc

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27194 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2011-06-16 14:34:47 +00:00
parent 632a38eb50
commit d759e1ebf6

View File

@ -15,6 +15,7 @@ PKG_INSTALL:=1
define Package/libbsd
SECTION:=libs
CATEGORY:=Libraries
DEPENDS:=@!USE_UCLIBC
TITLE:=common BSD library
endef