pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/php-ldap/files Fix build with SASL disabled
details: https://anonhg.NetBSD.org/pkgsrc/rev/c7b1d9bbc786
branches: trunk
changeset: 650275:c7b1d9bbc786
user: manu <manu%pkgsrc.org@localhost>
date: Mon Apr 20 03:24:36 2015 +0000
description:
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:
databases/php-ldap/files/ldap-ctrl-exop54.patch | 2 +-
databases/php-ldap/files/ldap-ctrl-exop55.patch | 2 +-
databases/php-ldap/files/ldap-ctrl-exop56.patch | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diffs (54 lines):
diff -r 5327680dae92 -r c7b1d9bbc786 databases/php-ldap/files/ldap-ctrl-exop54.patch
--- a/databases/php-ldap/files/ldap-ctrl-exop54.patch Mon Apr 20 03:23:17 2015 +0000
+++ b/databases/php-ldap/files/ldap-ctrl-exop54.patch Mon Apr 20 03:24:36 2015 +0000
@@ -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 -r 5327680dae92 -r c7b1d9bbc786 databases/php-ldap/files/ldap-ctrl-exop55.patch
--- a/databases/php-ldap/files/ldap-ctrl-exop55.patch Mon Apr 20 03:23:17 2015 +0000
+++ b/databases/php-ldap/files/ldap-ctrl-exop55.patch Mon Apr 20 03:24:36 2015 +0000
@@ -2155,13 +2155,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 -r 5327680dae92 -r c7b1d9bbc786 databases/php-ldap/files/ldap-ctrl-exop56.patch
--- a/databases/php-ldap/files/ldap-ctrl-exop56.patch Mon Apr 20 03:23:17 2015 +0000
+++ b/databases/php-ldap/files/ldap-ctrl-exop56.patch Mon Apr 20 03:24:36 2015 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index