diff options
Diffstat (limited to 'package/bind/Config.in')
-rw-r--r-- | package/bind/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/bind/Config.in b/package/bind/Config.in index ba7127064a..95bbab1adb 100644 --- a/package/bind/Config.in +++ b/package/bind/Config.in @@ -1,7 +1,6 @@ config BR2_PACKAGE_BIND bool "bind" depends on BR2_INET_IPV6 - depends on BR2_LARGEFILE depends on BR2_USE_MMU # fork() depends on !BR2_STATIC_LIBS help @@ -39,6 +38,6 @@ config BR2_PACKAGE_BIND_TOOLS endif -comment "bind needs a toolchain w/ largefile, IPv6, dynamic library" +comment "bind needs a toolchain w/ IPv6, dynamic library" depends on BR2_USE_MMU - depends on !BR2_LARGEFILE || !BR2_INET_IPV6 || BR2_STATIC_LIBS + depends on !BR2_INET_IPV6 || BR2_STATIC_LIBS |