diff --git a/openldap/openldap.patch b/openldap/openldap.patch new file mode 100644 index 0000000000..6011475607 --- /dev/null +++ b/openldap/openldap.patch @@ -0,0 +1,14 @@ +--- include/ldap_pvt_uc.h.orig 2002-05-22 16:25:44.000000000 +0200 ++++ include/ldap_pvt_uc.h 2002-08-23 20:35:42.000000000 +0200 +@@ -20,11 +20,7 @@ + + #include /* get ber_slen_t */ + +-#ifdef _MSC_VER + #include "../libraries/liblunicode/ucdata/ucdata.h" +-#else +-#include "../libraries/liblunicode/ucdata.h" +-#endif + + LDAP_BEGIN_DECL + diff --git a/openldap/openldap.spec b/openldap/openldap.spec index 02af6397e3..a47528b54c 100644 --- a/openldap/openldap.spec +++ b/openldap/openldap.spec @@ -32,12 +32,13 @@ Packager: The OpenPKG Project Distribution: OpenPKG [PLUS] Group: Database License: GPL -Version: 2.1.3 +Version: 2.1.4 Release: 20020826 # list of sources Source0: ftp://ftp.openldap.org/pub/openldap/openldap-release/openldap-%{version}.tgz Source1: rc.openldap +Patch0: openldap.patch # build information Prefix: %{l_prefix} @@ -56,6 +57,7 @@ AutoReqProv: no %prep %setup -q + %patch -p0 %build CC="%{l_cc}" \