OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 20-Feb-2003 17:24:37
Branch: HEAD Handle: 2003022016243700
Modified files:
openpkg-src/php php.spec
Log:
fixed OCI support
Summary:
Revision Changes Path
1.38 +4 -0 openpkg-src/php/php.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php/php.spec
============================================================================
$ cvs diff -u -r1.37 -r1.38 php.spec
--- openpkg-src/php/php.spec 20 Feb 2003 11:31:38 -0000 1.37
+++ openpkg-src/php/php.spec 20 Feb 2003 16:24:37 -0000 1.38
@@ -165,6 +165,10 @@
ldflags="$ldflags -L%{l_prefix}/lib"
libs="$libs -lndbm -lgdbm"
%endif
+%if "%{with_oci7}" == "yes" || "%{with_oci8}" == "yes"
+ ORACLE_HOME="`%{l_prefix}/etc/rc --query oracle_home`"
+ export ORACLE_HOME
+%endif
CC="%{l_cc}" \
CFLAGS="$cflags" \
LDFLAGS="$ldflags" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]