diff options
Diffstat (limited to 'security/courier-authlib/files/patch-configure')
-rw-r--r-- | security/courier-authlib/files/patch-configure | 49 |
1 files changed, 25 insertions, 24 deletions
diff --git a/security/courier-authlib/files/patch-configure b/security/courier-authlib/files/patch-configure index e9617e9ff61a..f0a7712d21c0 100644 --- a/security/courier-authlib/files/patch-configure +++ b/security/courier-authlib/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2020-06-18 01:05:21 UTC +--- configure.orig 2022-05-27 01:32:50 UTC +++ configure -@@ -642,6 +642,10 @@ ltdl_LIBOBJS +@@ -669,6 +669,10 @@ LTLIBOBJS am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS @@ -9,9 +9,9 @@ +HAVE_USERDB_TRUE +HAVE_USERDB_FALSE LIBOBJS - VERSION_INFO - courierauth_ldflags -@@ -678,6 +682,9 @@ LIBAUTHPGSQL + using_systemd + SOVERSION +@@ -710,6 +714,9 @@ authpgsqlrc PGSQL_LIBS PG_CONFIG authpgsqlrc @@ -21,7 +21,7 @@ LIBAUTHPWD LIBAUTHSHADOW SHADOWLIBS -@@ -1565,6 +1572,7 @@ Optional Packages: +@@ -1609,6 +1616,7 @@ Optional Packages: --with-authldaprc=filename Expect to find authldaprc here --without-authpwd Do not include the authpwd module --without-authshadow Do not include the authshadow module @@ -29,16 +29,16 @@ --with-authpgsqlrc=filename Expect to find authpgsql here --without-authpgsql Do not include the authpgsql module --with-pgsql-libs=DIR Look for pgsql libs in this dir -@@ -2940,7 +2948,7 @@ else +@@ -3492,7 +3500,7 @@ fi fi fi -INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +INSTALL_STRIP_PROGRAM="${INSTALL_PROGRAM} -s" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 - $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } -@@ -18276,8 +18284,12 @@ fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5 +@@ -19167,8 +19175,12 @@ then if test "$doauthuserdb" = "no" then @@ -51,7 +51,7 @@ AUTHUSERDB="authuserdb" LIBAUTHUSERDB="libauthuserdb.la" -@@ -18735,7 +18747,21 @@ else +@@ -19612,7 +19624,21 @@ fi fi @@ -73,7 +73,7 @@ if test "$HAVE_LDAP" = 1; then HAVE_LDAP_TRUE= HAVE_LDAP_FALSE='#' -@@ -18953,6 +18979,256 @@ fi +@@ -19817,6 +19843,256 @@ fi @@ -328,35 +328,36 @@ + + # Check whether --with-authpgsqlrc was given. - if test "${with_authpgsqlrc+set}" = set; then : - withval=$with_authpgsqlrc; authpgsqlrc="$withval" -@@ -19278,8 +19554,9 @@ then + if test ${with_authpgsqlrc+y} + then : +@@ -20170,8 +20446,8 @@ then SQLITE_LIBS="`pkg-config --libs sqlite3 2>/dev/null`" saveLIBS="$LIBS" LIBS="$SQLITE_LIBS $LIBS" - ac_fn_c_check_func "$LINENO" "sqlite3_version" "ac_cv_func_sqlite3_version" --if test "x$ac_cv_func_sqlite3_version" = xyes; then : -+echo $LIBS +-if test "x$ac_cv_func_sqlite3_version" = xyes +# ac_fn_c_check_func "$LINENO" "sqlite3_version" "ac_cv_func_sqlite3_version" -+if test -n $SQLITE_LIBS; then : ++if test -n $SQLITE_LIBS; + then : doauthsqlite="yes" - fi -@@ -19296,13 +19573,13 @@ then +@@ -20189,14 +20465,14 @@ else else saveLIBS="$LIBS" LIBS="$SQLITE_LIBS $LIBS" - ac_fn_c_check_func "$LINENO" "sqlite3_version" "ac_cv_func_sqlite3_version" --if test "x$ac_cv_func_sqlite3_version" = xyes; then : +-if test "x$ac_cv_func_sqlite3_version" = xyes +-then : - : --else +-else $as_nop - as_fn_error $? "Cannot link with $SQLITE_LIBS" "$LINENO" 5 - -fi +# ac_fn_c_check_func "$LINENO" "sqlite3_version" "ac_cv_func_sqlite3_version" -+#if test "x$ac_cv_func_sqlite3_version" = xyes; then : ++#if test "x$ac_cv_func_sqlite3_version" = xyes ++#then : +# : -+#else ++#else $as_nop +# as_fn_error $? "Cannot link with $SQLITE_LIBS" "$LINENO" 5 +# +#fi |