diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2018-05-14 18:23:23 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2018-05-14 18:23:23 +0000 |
commit | b81c8a1450521f8c1aba1f018836efc0779354a7 (patch) | |
tree | a211e8feaaff5ea759e165ed463f60eccd4258da /net/ocserv/files/patch-configure.ac | |
parent | Added a note to UPDATING about gitlab-pages feature was removed till it is fi... (diff) |
net/ocserv: update to 0.12.1
Changelog: https://gitlab.com/ocserv/ocserv/blob/master/NEWS
Tested by: Jov <amutu@amutu.com>
Notes
Notes:
svn path=/head/; revision=469943
Diffstat (limited to 'net/ocserv/files/patch-configure.ac')
-rw-r--r-- | net/ocserv/files/patch-configure.ac | 33 |
1 files changed, 8 insertions, 25 deletions
diff --git a/net/ocserv/files/patch-configure.ac b/net/ocserv/files/patch-configure.ac index ce68a1457a74..ee5955dc0f8c 100644 --- a/net/ocserv/files/patch-configure.ac +++ b/net/ocserv/files/patch-configure.ac @@ -1,15 +1,15 @@ ---- configure.ac.orig 2017-02-12 09:19:02 UTC +--- configure.ac.orig 2018-04-22 08:43:20 UTC +++ configure.ac -@@ -19,7 +19,7 @@ if [ test "$GCC" = "yes" ];then +@@ -15,7 +15,7 @@ AM_PROG_AR + AM_PROG_CC_C_O + AC_PROG_SED + if [ test "$GCC" = "yes" ];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 -Wno-implicit-fallthrough" fi AC_PATH_PROG(CTAGS, ctags, [:]) AC_PATH_PROG(CSCOPE, cscope, [:]) --AC_CHECK_PROG([AUTOGEN], [autogen], [autogen], [:]) -+AC_CHECK_PROG([AUTOGEN], [autogen], [autogen], [autogen]) - - AX_CODE_COVERAGE - -@@ -140,7 +140,7 @@ if test "$test_for_libnl" = yes;then +@@ -168,7 +168,7 @@ if test "$test_for_geoip" = yes;then fi have_readline=no @@ -18,20 +18,3 @@ #include <stdio.h> #include <readline/readline.h>], [rl_replace_line(0,0);]) if test x$ac_cv_libreadline = xyes; then -@@ -190,6 +190,7 @@ AC_ARG_WITH(pam, - - pam_enabled=no - -+oldlibs=$LIBS - if test "$test_for_pam" = yes;then - oldlibs=$LIBS - LIBS="$oldlibs -lpam" -@@ -511,7 +512,7 @@ if test "$NEED_LIBOPTS_DIR" = "true";the - src/ocpasswd-args.h:src/ocpasswd/ocpasswd-args.h.in - src/ocserv-args.c:src/ocserv-args.c.in - src/ocserv-args.h:src/ocserv-args.h.in]) -- AC_SUBST([AUTOGEN], [:]) -+ AC_SUBST([AUTOGEN], [autogen]) - enable_local_libopts=yes - else - enable_local_libopts=no |