pkgsrc/databases/gq/patches/patch-ab
adam f688aea8a7 Changes 1.2.3:
Bug fixes:
 * fixed simple bind with a patch from Pawel Salek (fixes 1753419)

Changes 1.2.2:
Bug fixes:
 * fixed a crash when loading the state file on BSD systems (patch from the
   NetBSD people)
 * make command line argument handling more robust

Changes 1.2.1:
Build Improvements
 * fixed a bash expression
2008-01-10 21:42:50 +00:00

22 lines
827 B
Text

$NetBSD: patch-ab,v 1.3 2008/01/10 21:42:51 adam Exp $
--- configure.orig 2008-01-08 17:41:30.000000000 +0100
+++ configure
@@ -6240,7 +6240,7 @@ fi
for ac_func in ldap_str2objectclass ldap_memfree ldap_rename ldap_str2dn \
ldap_initialize \
iswspace snprintf \
- g_snprintf
+ g_snprintf btowc
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
{ echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -7629,7 +7629,7 @@ echo "${ECHO_T}no" >&6; }
# a backup of the working CFLAGS
WARN_CFLAGS=""
-for A in -Wall -W -Wno-unused -Wmissing-declarations -Wcast-align -Wpointer-arith -Wfloat-equal
+for A in -Wall -W -Wno-unused -Wmissing-declarations -Wcast-align -Wpointer-arith
do
if test -z "`echo "$CFLAGS" | grep -w -- "$A" 2> /dev/null`" ; then
gq_cv_compiler_supports_flag "$A"