diff options
author | manu <manu@pkgsrc.org> | 2015-04-20 03:24:36 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2015-04-20 03:24:36 +0000 |
commit | 05135974254e80a2c66ec73357cfed4f9fbd7275 (patch) | |
tree | 535da67530682c8a476418d7f944030370bc95ff /databases/php-ldap | |
parent | dc4bbc3f88144adce78207f7fc8adb179e67458c (diff) | |
download | pkgsrc-05135974254e80a2c66ec73357cfed4f9fbd7275.tar.gz |
Fix build with SASL disabled
Do not force-define HAVE_LDAP_SASL, since the PHP configure script
actually takes care of that one. This lets us build with the exop
option enabled while sasl is disabled.
Diffstat (limited to 'databases/php-ldap')
-rw-r--r-- | databases/php-ldap/files/ldap-ctrl-exop54.patch | 2 | ||||
-rw-r--r-- | databases/php-ldap/files/ldap-ctrl-exop55.patch | 2 | ||||
-rw-r--r-- | databases/php-ldap/files/ldap-ctrl-exop56.patch | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/databases/php-ldap/files/ldap-ctrl-exop54.patch b/databases/php-ldap/files/ldap-ctrl-exop54.patch index ca351702540..5e7f6f960d6 100644 --- a/databases/php-ldap/files/ldap-ctrl-exop54.patch +++ b/databases/php-ldap/files/ldap-ctrl-exop54.patch @@ -2126,13 +2126,13 @@ +#define HAVE_LDAP_PASSWD_S +#define HAVE_LDAP_WHOAMI_S +#define HAVE_LDAP_REFRESH -+#define HAVE_LDAP_SASL +#define HAVE_LDAP_EXTENDED_OPERATION_S +#define HAVE_LDAP_REFRESH +#define HAVE_LDAP_EXTENDED_OPERATION_S +#define HAVE_LDAP_REFRESH +#define HAVE_LDAP_EXTENDED_OPERATION + ++ extern zend_module_entry ldap_module_entry; #define ldap_module_ptr &ldap_module_entry diff --git a/databases/php-ldap/files/ldap-ctrl-exop55.patch b/databases/php-ldap/files/ldap-ctrl-exop55.patch index d9569bfa05f..ad17798b8b7 100644 --- a/databases/php-ldap/files/ldap-ctrl-exop55.patch +++ b/databases/php-ldap/files/ldap-ctrl-exop55.patch @@ -2155,13 +2155,13 @@ $NetBSD$ +#define HAVE_LDAP_PASSWD_S +#define HAVE_LDAP_WHOAMI_S +#define HAVE_LDAP_REFRESH -+#define HAVE_LDAP_SASL +#define HAVE_LDAP_EXTENDED_OPERATION_S +#define HAVE_LDAP_REFRESH +#define HAVE_LDAP_EXTENDED_OPERATION_S +#define HAVE_LDAP_REFRESH +#define HAVE_LDAP_EXTENDED_OPERATION + ++ extern zend_module_entry ldap_module_entry; #define ldap_module_ptr &ldap_module_entry diff --git a/databases/php-ldap/files/ldap-ctrl-exop56.patch b/databases/php-ldap/files/ldap-ctrl-exop56.patch index 0bf6b06da82..07a3d5b2743 100644 --- a/databases/php-ldap/files/ldap-ctrl-exop56.patch +++ b/databases/php-ldap/files/ldap-ctrl-exop56.patch @@ -2129,13 +2129,13 @@ +#define HAVE_LDAP_PASSWD_S +#define HAVE_LDAP_WHOAMI_S +#define HAVE_LDAP_REFRESH -+#define HAVE_LDAP_SASL +#define HAVE_LDAP_EXTENDED_OPERATION_S +#define HAVE_LDAP_REFRESH +#define HAVE_LDAP_EXTENDED_OPERATION_S +#define HAVE_LDAP_REFRESH +#define HAVE_LDAP_EXTENDED_OPERATION + ++ extern zend_module_entry ldap_module_entry; #define ldap_module_ptr &ldap_module_entry |