diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-01 04:22:53 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-01 10:42:12 -0500 |
commit | d2d808cb75c15bd080e455376811f4a3161d4546 (patch) | |
tree | 97132e824488099ab105c81df168b8d0d6336fc8 /package/openswan/patches/patch-lib_liblwres_Makefile | |
parent | c555cbd62190808464c0c7d702e1feb25c0b954a (diff) |
update openswan to latest upstream version
Diffstat (limited to 'package/openswan/patches/patch-lib_liblwres_Makefile')
-rw-r--r-- | package/openswan/patches/patch-lib_liblwres_Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/openswan/patches/patch-lib_liblwres_Makefile b/package/openswan/patches/patch-lib_liblwres_Makefile index 5aaa2112e..fb788473a 100644 --- a/package/openswan/patches/patch-lib_liblwres_Makefile +++ b/package/openswan/patches/patch-lib_liblwres_Makefile @@ -1,11 +1,11 @@ ---- openswan-2.6.38.orig/lib/liblwres/Makefile 2012-03-23 22:33:43.000000000 +0100 -+++ openswan-2.6.38/lib/liblwres/Makefile 2012-07-25 18:21:02.000000000 +0200 +--- openswan-2.6.43.orig/lib/liblwres/Makefile 2015-03-13 13:49:09.000000000 -0500 ++++ openswan-2.6.43/lib/liblwres/Makefile 2015-05-01 04:01:15.175426999 -0500 @@ -23,7 +23,7 @@ CINCLUDES = -I${srcdir}${ISCARCH}/includ -I${srcdir}../libisc/include \ - -I. -I./include -I${srcdir}include + -I. -I./include -I${srcdir}include CDEFINES = -CWARNINGS = -Werror +#CWARNINGS = -Werror - CFLAGS+=${USERCOMPILE} ${PORTINCLUDE} ${CINCLUDES} ${CDEFINES} ${CWARNINGS} + CFLAGS+=${USERCOMPILE} ${PORTINCLUDE} ${CINCLUDES} ${CDEFINES} ${CWARNINGS} |