]> git.pld-linux.org Git - packages/openl2tp.git/blame - openl2tp-no_Werror.patch
- added tirpc patch, build with libtirpc+rpcsvc-proto; release 7
[packages/openl2tp.git] / openl2tp-no_Werror.patch
CommitLineData
b68a277b
JK
1diff -dur openl2tp-1.8.orig/Makefile openl2tp-1.8/Makefile
2--- openl2tp-1.8.orig/Makefile 2010-11-22 10:47:26.000000000 +0100
3+++ openl2tp-1.8/Makefile 2011-11-26 12:20:48.000000000 +0100
4@@ -154,7 +154,7 @@
5
6 CPPFLAGS= $(CPPFLAGS.l2tptest) $(CPPFLAGS-y)
7 CFLAGS= -I. -Iusl -Icli -isystem include \
8- -MMD -Wall -Werror -Wno-strict-aliasing \
9+ -MMD -Wall -Wno-strict-aliasing \
10 $(CPPFLAGS) $(CPPFLAGS.dmalloc) \
11 -DSYS_LIBDIR=$(SYS_LIBDIR)
12 LDFLAGS.l2tpd= -Wl,-E -L. -Lusl -lusl -ldl $(LIBS.dmalloc) -lc
13diff -dur openl2tp-1.8.orig/cli/Makefile openl2tp-1.8/cli/Makefile
14--- openl2tp-1.8.orig/cli/Makefile 2010-11-12 13:28:47.000000000 +0100
15+++ openl2tp-1.8/cli/Makefile 2011-11-26 12:21:10.000000000 +0100
16@@ -7,7 +7,7 @@
17
18 LDFLAGS.cli_test= -L.. -L. $(READLINE_LDFLAGS) -lcli -lusl -lreadline -lcurses -lc
19
20-CFLAGS= $(CFLAGS.optimize) -MMD -Wall -Werror -I.. $(READLINE_CFLAGS)
21+CFLAGS= $(CFLAGS.optimize) -MMD -Wall -I.. $(READLINE_CFLAGS)
22
23 .PHONY: all test clean
24
25diff -dur openl2tp-1.8.orig/usl/Makefile openl2tp-1.8/usl/Makefile
26--- openl2tp-1.8.orig/usl/Makefile 2010-11-04 17:27:08.000000000 +0100
27+++ openl2tp-1.8/usl/Makefile 2011-11-26 12:20:57.000000000 +0100
28@@ -14,7 +14,7 @@
29 endif
30
31 CPPFLAGS+= $(CFLAGS.optimize) -g
32-CFLAGS= -I. -MMD -Wall -Werror -Wno-strict-aliasing $(CPPFLAGS) $(CPPFLAGS.dmalloc)
33+CFLAGS= -I. -MMD -Wall -Wno-strict-aliasing $(CPPFLAGS) $(CPPFLAGS.dmalloc)
34
35 .PHONY: all test clean
36
This page took 0.089649 seconds and 4 git commands to generate.