diff -Nrau openl2tp-1.8.o/Makefile openl2tp-1.8/Makefile --- openl2tp-1.8.o/Makefile 2010-11-22 11:47:26.000000000 +0200 +++ openl2tp-1.8/Makefile 2011-06-03 17:39:30.000000000 +0200 @@ -154,7 +154,7 @@ CPPFLAGS= $(CPPFLAGS.l2tptest) $(CPPFLAGS-y) CFLAGS= -I. -Iusl -Icli -isystem include \ - -MMD -Wall -Werror -Wno-strict-aliasing \ + -MMD -Wall -Wno-strict-aliasing \ $(CPPFLAGS) $(CPPFLAGS.dmalloc) \ -DSYS_LIBDIR=$(SYS_LIBDIR) LDFLAGS.l2tpd= -Wl,-E -L. -Lusl -lusl -ldl $(LIBS.dmalloc) -lc diff -Nrau openl2tp-1.8.o/cli/Makefile openl2tp-1.8/cli/Makefile --- openl2tp-1.8.o/cli/Makefile 2010-11-12 14:28:47.000000000 +0200 +++ openl2tp-1.8/cli/Makefile 2011-06-03 17:39:43.000000000 +0200 @@ -7,7 +7,7 @@ LDFLAGS.cli_test= -L.. -L. $(READLINE_LDFLAGS) -lcli -lusl -lreadline -lcurses -lc -CFLAGS= $(CFLAGS.optimize) -MMD -Wall -Werror -I.. $(READLINE_CFLAGS) +CFLAGS= $(CFLAGS.optimize) -MMD -Wall -I.. $(READLINE_CFLAGS) .PHONY: all test clean diff -Nrau openl2tp-1.8.o/usl/Makefile openl2tp-1.8/usl/Makefile --- openl2tp-1.8.o/usl/Makefile 2010-11-04 18:27:08.000000000 +0200 +++ openl2tp-1.8/usl/Makefile 2011-06-03 17:39:52.000000000 +0200 @@ -14,7 +14,7 @@ endif CPPFLAGS+= $(CFLAGS.optimize) -g -CFLAGS= -I. -MMD -Wall -Werror -Wno-strict-aliasing $(CPPFLAGS) $(CPPFLAGS.dmalloc) +CFLAGS= -I. -MMD -Wall -Wno-strict-aliasing $(CPPFLAGS) $(CPPFLAGS.dmalloc) .PHONY: all test clean