aboutsummaryrefslogtreecommitdiffstats
path: root/net/php5-ldap
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2005-09-08 18:37:13 +0800
committerale <ale@FreeBSD.org>2005-09-08 18:37:13 +0800
commit4ab95ee8b844e7c056b9c4bd5177751fb4e19189 (patch)
treef1f0a9e7ca439d3dbacf1f525dfa8e4ae2ec1e9a /net/php5-ldap
parent394e50b1bd92255f9f2ac1db6e9a5f7ce25b8416 (diff)
downloadfreebsd-ports-graphics-4ab95ee8b844e7c056b9c4bd5177751fb4e19189.tar.gz
freebsd-ports-graphics-4ab95ee8b844e7c056b9c4bd5177751fb4e19189.tar.zst
freebsd-ports-graphics-4ab95ee8b844e7c056b9c4bd5177751fb4e19189.zip
Fix autodetection of some ldap functions.
PR: ports/85700 Submitted by: Brian A. Seklecki <lavalamp@spiritual-machines.org>
Diffstat (limited to 'net/php5-ldap')
-rw-r--r--net/php5-ldap/files/patch-config.m422
1 files changed, 22 insertions, 0 deletions
diff --git a/net/php5-ldap/files/patch-config.m4 b/net/php5-ldap/files/patch-config.m4
new file mode 100644
index 00000000000..a30ff8d70dd
--- /dev/null
+++ b/net/php5-ldap/files/patch-config.m4
@@ -0,0 +1,22 @@
+--- config.m4.orig Sun May 8 17:59:18 2005
++++ config.m4 Thu Sep 8 12:29:22 2005
+@@ -161,17 +161,18 @@
+ _SAVE_CPPFLAGS=$CPPFLAGS
+ _SAVE_LDFLAGS=$LDFLAGS
+ CPPFLAGS="$CPPFLAGS -I$LDAP_INCDIR"
++ LDFLAGS="$LDFLAGS $LDAP_SHARED_LIBADD"
+ AC_CACHE_CHECK([for 3 arg ldap_set_rebind_proc], ac_cv_3arg_setrebindproc,
+ [AC_TRY_COMPILE([#include <ldap.h>], [ldap_set_rebind_proc(0,0,0)],
+ ac_cv_3arg_setrebindproc=yes, ac_cv_3arg_setrebindproc=no)])
+ if test "$ac_cv_3arg_setrebindproc" = yes; then
+ AC_DEFINE(HAVE_3ARG_SETREBINDPROC,1,[Whether 3 arg set_rebind_proc()])
+ fi
+- CPPFLAGS=$_SAVE_CPPFLAGS
+
+ dnl Solaris 2.8 claims to be 2004 API, but doesn't have
+ dnl ldap_parse_reference() nor ldap_start_tls_s()
+ AC_CHECK_FUNCS([ldap_parse_result ldap_parse_reference ldap_start_tls_s])
++ CPPFLAGS=$_SAVE_CPPFLAGS
+ LDFLAGS=$_SAVE_LDFLAGS
+
+ dnl