svn commit: trunk/buildroot/package/ipsec-tools

vapier at uclibc.org vapier at uclibc.org
Wed Feb 15 00:26:08 UTC 2006


Author: vapier
Date: 2006-02-14 16:26:07 -0800 (Tue, 14 Feb 2006)
New Revision: 14020

Log:
if uClibc_config.h doesnt exist yet, make sure grep doesnt complain about it

Modified:
   trunk/buildroot/package/ipsec-tools/ipsec-tools.mk


Changeset:
Modified: trunk/buildroot/package/ipsec-tools/ipsec-tools.mk
===================================================================
--- trunk/buildroot/package/ipsec-tools/ipsec-tools.mk	2006-02-15 00:23:31 UTC (rev 14019)
+++ trunk/buildroot/package/ipsec-tools/ipsec-tools.mk	2006-02-15 00:26:07 UTC (rev 14020)
@@ -42,7 +42,7 @@
 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)




More information about the uClibc-cvs mailing list