From b611b8d172a672e42c4a9b2e0d57d8a10a4ceba2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 29 May 2007 15:49:09 +0000 Subject: [PATCH] Fix the build. --- org.glite.security.gss/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.glite.security.gss/Makefile b/org.glite.security.gss/Makefile index 3b248b0..7c337f2 100644 --- a/org.glite.security.gss/Makefile +++ b/org.glite.security.gss/Makefile @@ -32,7 +32,8 @@ TEST_INC:=-I${cppunit}/include default: all -DEBUG:=-g -O0 -W -Wall -Wno-unused-parameter -Werror +DEBUG:=-g -O0 -W -Wall -Wno-unused-parameter +# not for globus, gsoap: -Werror CFLAGS:= ${DEBUG} \ -DVERSION=\"${version}\" \ -- 1.8.2.3