Browse Source

upgrading package: openldap 2.1.3 -> 2.1.4

master
parent
commit
da776bd1f0
  1. 14
      openldap/openldap.patch
  2. 4
      openldap/openldap.spec

14
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 <lber.h> /* get ber_slen_t */
-#ifdef _MSC_VER
#include "../libraries/liblunicode/ucdata/ucdata.h"
-#else
-#include "../libraries/liblunicode/ucdata.h"
-#endif
LDAP_BEGIN_DECL

4
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}" \

Loading…
Cancel
Save