summaryrefslogtreecommitdiffstats
path: root/package/lsof
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-06-26 19:45:08 +0200
committerBernhard Reutner-Fischer2007-06-26 19:45:08 +0200
commitf203aaf7c03e5f17f36e4d0b584dcba9400a68a6 (patch)
tree9632be16523150ed97654d13b220f5a3428fcf11 /package/lsof
parent- fix typo in sed expr (diff)
downloadbuildroot-f203aaf7c03e5f17f36e4d0b584dcba9400a68a6.tar.gz
buildroot-f203aaf7c03e5f17f36e4d0b584dcba9400a68a6.tar.xz
buildroot-f203aaf7c03e5f17f36e4d0b584dcba9400a68a6.zip
- use BR2_INET_IPV6
Diffstat (limited to 'package/lsof')
-rw-r--r--package/lsof/lsof.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lsof/lsof.mk b/package/lsof/lsof.mk
index 6a60f8bcb..002a62918 100644
--- a/package/lsof/lsof.mk
+++ b/package/lsof/lsof.mk
@@ -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