From f08fe8b8ea461547472991536a1a41b00d9328b6 Mon Sep 17 00:00:00 2001 From: zimoch Date: Fri, 1 Jul 2011 14:53:31 +0000 Subject: [PATCH] avoid compiler warning when including network stuff --- configure/os/CONFIG.Common.V67-ppc604 | 1 + 1 file changed, 1 insertion(+) diff --git a/configure/os/CONFIG.Common.V67-ppc604 b/configure/os/CONFIG.Common.V67-ppc604 index 1ff014fc9..59cb126fe 100644 --- a/configure/os/CONFIG.Common.V67-ppc604 +++ b/configure/os/CONFIG.Common.V67-ppc604 @@ -6,3 +6,4 @@ WIND_HOME=$(WIND_BASE) export WIND_HOME ARCH_DEP_CFLAGS += -fno-strict-aliasing +ARCH_DEP_CFLAGS += -D_VSB_CONFIG_FILE='<../lib/h/config/vsbConfig.h>'