From: Mike Frysinger Date: Wed, 15 Feb 2006 00:26:07 +0000 (-0000) Subject: if uClibc_config.h doesnt exist yet, make sure grep doesnt complain about it X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f3875970646874408d53b70c396429a113f27b2b;p=buildroot.git if uClibc_config.h doesnt exist yet, make sure grep doesnt complain about it --- diff --git a/package/ipsec-tools/ipsec-tools.mk b/package/ipsec-tools/ipsec-tools.mk index 220d05c580..4d535565f0 100644 --- a/package/ipsec-tools/ipsec-tools.mk +++ b/package/ipsec-tools/ipsec-tools.mk @@ -42,7 +42,7 @@ IPSEC_TOOLS_CONFIG_FLAGS+= --disable-stats endif # At first check, if uClibc supports IPv6 -ifeq ($(shell grep -q '__UCLIBC_HAS_IPV6__ 1' \ +ifeq ($(shell grep -qs '__UCLIBC_HAS_IPV6__ 1' \ $(STAGING_DIR)/include/bits/uClibc_config.h && echo IPV6), IPV6) ifeq ($(strip $(BR2_PACKAGE_IPSEC_TOOLS_IPV6)), y)