summaryrefslogtreecommitdiff
path: root/openldap/openldap-2.4.31.patch
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-07-16 14:10:11 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-07-16 14:10:11 +0200
commit5b09ee6c0b46cd434b1325427a3983892282f66e (patch)
tree0dd528000621dc13f38d798b361059cde5aaba15 /openldap/openldap-2.4.31.patch
parenta42dba8723a191e1677211d3924a318a1d5a9166 (diff)
openldap module to build for unix only (still unused)
Change-Id: I9a3004634108fb4d1a990eaf528059cc7dfbe27e
Diffstat (limited to 'openldap/openldap-2.4.31.patch')
-rw-r--r--openldap/openldap-2.4.31.patch50
1 files changed, 50 insertions, 0 deletions
diff --git a/openldap/openldap-2.4.31.patch b/openldap/openldap-2.4.31.patch
new file mode 100644
index 000000000000..fa4803d36f2c
--- /dev/null
+++ b/openldap/openldap-2.4.31.patch
@@ -0,0 +1,50 @@
+--- misc/openldap-2.4.31/Makefile.in 2012-04-22 22:25:08.000000000 +0200
++++ misc/build/openldap-2.4.31/Makefile.in 2012-07-16 13:53:47.140541654 +0200
+@@ -13,7 +13,7 @@
+ ## top-level directory of the distribution or, alternatively, at
+ ## <http://www.OpenLDAP.org/license.html>.
+
+-SUBDIRS= include libraries clients servers tests doc
++SUBDIRS= include libraries
+ CLEANDIRS=
+ INSTALLDIRS=
+
+@@ -32,7 +32,3 @@
+ $(RM) config.status libtool stamp-h stamp-h.in
+
+ distclean: veryclean FORCE
+-
+-check: test
+-test: FORCE
+- cd tests; make test
+--- misc/openldap-2.4.31/libraries/libldap/tls_m.c 2012-04-22 22:25:08.000000000 +0200
++++ misc/build/openldap-2.4.31/libraries/libldap/tls_m.c 2012-07-16 13:53:47.140541654 +0200
+@@ -49,17 +49,17 @@
+ #include <termios.h> /* for echo on/off */
+ #endif
+
+-#include <nspr/nspr.h>
+-#include <nspr/private/pprio.h>
+-#include <nss/nss.h>
+-#include <nss/ssl.h>
+-#include <nss/sslerr.h>
+-#include <nss/sslproto.h>
+-#include <nss/pk11pub.h>
+-#include <nss/secerr.h>
+-#include <nss/keyhi.h>
+-#include <nss/secmod.h>
+-#include <nss/cert.h>
++#include <nspr.h>
++#include <private/pprio.h>
++#include <nss.h>
++#include <ssl.h>
++#include <sslerr.h>
++#include <sslproto.h>
++#include <pk11pub.h>
++#include <secerr.h>
++#include <keyhi.h>
++#include <secmod.h>
++#include <cert.h>
+
+ #undef NSS_VERSION_INT
+ #define NSS_VERSION_INT ((NSS_VMAJOR << 24) | (NSS_VMINOR << 16) | \