OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 09-Dec-2004 16:48:41
Branch: HEAD Handle: 2004120915484100
Modified files:
openpkg-src/postgresql8 postgresql8.spec
Log:
explicitly specify include directory for readline headers
Summary:
Revision Changes Path
1.9 +3 -3 openpkg-src/postgresql8/postgresql8.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgresql8/postgresql8.spec
============================================================================
$ cvs diff -u -r1.8 -r1.9 postgresql8.spec
--- openpkg-src/postgresql8/postgresql8.spec 8 Dec 2004 08:55:36 -0000
1.8
+++ openpkg-src/postgresql8/postgresql8.spec 9 Dec 2004 15:48:41 -0000
1.9
@@ -44,7 +44,7 @@
Group: Database
License: GPL
Version: %{V_postgresql}b%{V_postgresql_beta}
-Release: 20041208
+Release: 20041209
# package options
%option with_server yes
@@ -181,10 +181,10 @@
CFLAGS="%{l_cflags -O}" \
%endif
%if "%{with_tcl}" == "yes"
- CPPFLAGS="%{l_cppflags tcl} -DOPENSSL_DISABLE_OLD_DES_SUPPORT" \
+ CPPFLAGS="%{l_cppflags readline tcl} -DOPENSSL_DISABLE_OLD_DES_SUPPORT" \
LDFLAGS="%{l_ldflags} -L`%{l_rc} --query x11_libdir`" \
%else
- CPPFLAGS="%{l_cppflags} -DOPENSSL_DISABLE_OLD_DES_SUPPORT" \
+ CPPFLAGS="%{l_cppflags readline} -DOPENSSL_DISABLE_OLD_DES_SUPPORT" \
LDFLAGS="%{l_ldflags}" \
%endif
TAR="%{l_tar}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]