From a48d8f5414d9f6f7a861aa2a6e18f8b48610910a Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 26 Jun 2007 16:34:45 +0000 Subject: - add BR2_INET_IPV6 and BR2_INET_RPC TODO: use $(DISABLE_IPV6) in packages instead of a gazillion different hackish ways that are currently in there --- package/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package') diff --git a/package/Makefile.in b/package/Makefile.in index 6b1e6fe19..f0f4c7b74 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -198,6 +198,10 @@ ifneq ($(BR2_LARGEFILE),y) DISABLE_LARGEFILE= --disable-largefile endif +ifneq ($(BR2_INET_IPV6),y) +DISABLE_IPV6= --disable-ipv6 +endif + ifeq ($(BR2_INSTALL_LIBSTDCPP),) TARGET_CONFIGURE_OPTS+=CXX="" endif -- cgit v1.2.3