OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 11-Mar-2006 09:32:56
Branch: HEAD Handle: 2006031108325500
Modified files:
openpkg-src/ldapdiff ldapdiff.spec
Log:
strcasestr is not portable. Add a local copy.
Summary:
Revision Changes Path
1.16 +3 -1 openpkg-src/ldapdiff/ldapdiff.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ldapdiff/ldapdiff.spec
============================================================================
$ cvs diff -u -r1.15 -r1.16 ldapdiff.spec
--- openpkg-src/ldapdiff/ldapdiff.spec 1 Jan 2006 13:15:29 -0000
1.15
+++ openpkg-src/ldapdiff/ldapdiff.spec 11 Mar 2006 08:32:55 -0000
1.16
@@ -33,10 +33,11 @@
Group: Database
License: GPL
Version: 1.2.1
-Release: 20051119
+Release: 20060311
# list of sources
Source0: http://webtomware.rhoen.de/ldapdiff-%{version}.tar.gz
+Patch0: ldapdiff.patch
# build information
Prefix: %{l_prefix}
@@ -62,6 +63,7 @@
%prep
%setup -q
+ %patch -p0
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]