- use BR2_INET_IPV6

This commit is contained in:
Bernhard Reutner-Fischer
2007-06-26 17:45:08 +00:00
parent 4ec94aed2e
commit f203aaf7c0
7 changed files with 12 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ BR2_LSOF_CFLAGS:=
ifeq ($(BR2_LARGEFILE),)
BR2_LSOF_CFLAGS+=-U_FILE_OFFSET_BITS
endif
ifeq ($(UCLIBC_HAS_IPV6),)
ifeq ($(BR2_INET_IPV6),)
BR2_LSOF_CFLAGS+=-UHASIPv6
endif