From 4e490a19792a9c56a190708951b33f435263b21d Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 7 Apr 2010 11:45:44 +0200 Subject: [PATCH] nginx: fixed to build with gcc 4.4 by removing '-Werror' through the gcc wrapper --- network/nginx/nginx.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/network/nginx/nginx.conf b/network/nginx/nginx.conf index 0b4310814..ae7aad810 100644 --- a/network/nginx/nginx.conf +++ b/network/nginx/nginx.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../nginx/nginx.conf -# Copyright (C) 2009 The OpenSDE Project +# Copyright (C) 2009 - 2010 The OpenSDE Project # Copyright (C) 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -68,3 +68,5 @@ if atstage cross; then var_append configprefix ' ' "ngx_cache_sizeof_${x#*:}=$y" done fi + +var_append CC_WRAPPER_REMOVE " " "-Werror"