Fix the build.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 29 May 2007 15:49:09 +0000 (15:49 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 29 May 2007 15:49:09 +0000 (15:49 +0000)
org.glite.security.gss/Makefile

index 3b248b0..7c337f2 100644 (file)
@@ -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}\" \