diff options
author | Juraj Lutter <otis@FreeBSD.org> | 2023-08-16 11:12:39 +0200 |
---|---|---|
committer | Juraj Lutter <otis@FreeBSD.org> | 2023-08-21 15:08:57 +0200 |
commit | 944e00e9f40f573dc08548e56398332475746a44 (patch) | |
tree | 40eb1bece93068c341bf94ea0b69efd0dcef0ff4 /net/ocserv/files/patch-configure.ac | |
parent | www/deno: Update to 1.36.1 (diff) |
net/ocserv: Update to 1.2.0
- Update to 1.2.0
- Adjust dependencies
- Make DTLS work
- Regen patches
Co-authored-by: Eugene Mitrofanov <emitrofanov@gmail.com>
Diffstat (limited to 'net/ocserv/files/patch-configure.ac')
-rw-r--r-- | net/ocserv/files/patch-configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ocserv/files/patch-configure.ac b/net/ocserv/files/patch-configure.ac index 27f60419b701..f06c82846f51 100644 --- a/net/ocserv/files/patch-configure.ac +++ b/net/ocserv/files/patch-configure.ac @@ -1,15 +1,15 @@ ---- configure.ac.orig 2020-10-09 11:32:59 UTC +--- configure.ac.orig 2023-07-11 12:47:23 UTC +++ configure.ac -@@ -15,7 +15,7 @@ AM_PROG_AR - AM_PROG_CC_C_O +@@ -16,7 +16,7 @@ AM_PROG_CC_C_O AC_PROG_SED + if test "$GCC" = "yes" && ! expr "$CC" : clang >/dev/null 2>&1;then - CFLAGS="$CFLAGS -Wall -Wno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wno-implicit-fallthrough -Wno-stringop-truncation" + CFLAGS="$CFLAGS -Wall -Wno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers" fi AC_PATH_PROG(CTAGS, ctags, [:]) -@@ -222,7 +222,7 @@ if test "$test_for_geoip" = yes && test "$have_maxmind +@@ -223,7 +223,7 @@ if test "$test_for_geoip" = yes && test "$have_maxmind fi have_readline=no |