OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 25-Aug-2004 18:18:33
Branch: HEAD Handle: 2004082517183300
Modified files:
openpkg-src/openldap openldap.spec
Log:
fix building of slurpd(8) according to Thomas
Summary:
Revision Changes Path
1.117 +1 -1 openpkg-src/openldap/openldap.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openldap/openldap.spec
============================================================================
$ cvs diff -u -r1.116 -r1.117 openldap.spec
--- openpkg-src/openldap/openldap.spec 25 Aug 2004 12:08:49 -0000 1.116
+++ openpkg-src/openldap/openldap.spec 25 Aug 2004 16:18:33 -0000 1.117
@@ -102,7 +102,7 @@
%endif
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O} `%{l_prefix}/bin/pth-config --cflags`" \
- CPPFLAGS="$cf" \
+ CPPFLAGS="$cf -I`%{l_prefix}/bin/pth-config --includedir`" \
LDFLAGS="%{l_ldflags} `%{l_prefix}/bin/pth-config --ldflags` %{l_fsl_ldflags}" \
LIBS="`%{l_prefix}/bin/pth-config --libs` %{l_fsl_libs}" \
./configure \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]