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: 24-May-2004 15:59:12
Branch: HEAD Handle: 2004052414591100
Modified files:
openpkg-src/php php.spec
Log:
align with OCI8 hacks in Apache package
Summary:
Revision Changes Path
1.81 +10 -1 openpkg-src/php/php.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php/php.spec
============================================================================
$ cvs diff -u -r1.80 -r1.81 php.spec
--- openpkg-src/php/php.spec 25 Apr 2004 18:36:13 -0000 1.80
+++ openpkg-src/php/php.spec 24 May 2004 13:59:11 -0000 1.81
@@ -34,7 +34,7 @@
Group: Language
License: PHP
Version: 4.3.6
-Release: 20040425
+Release: 20040524
# package options
%option with_calendar no
@@ -269,6 +269,14 @@
%if "%{with_oci7}" == "yes" || "%{with_oci8}" == "yes"
ORACLE_HOME="`%{l_prefix}/etc/rc --query oracle_home`"
export ORACLE_HOME
+ oracle_libdir="`%{l_prefix}/etc/rc --query oracle_libdir`"
+ case "$oracle_libdir" in
+ */lib32 )
+ %{l_shtool} subst \
+ -e 's;OCI8_DIR/lib;OCI8_DIR/lib32;' \
+ configure
+ ;;
+ esac
%endif
CC="%{l_cc}" \
CFLAGS="$cflags" \
@@ -351,6 +359,7 @@
%endif
%if "%{with_oci8}" == "yes"
--with-oci8 \
+ --enable-sigchld \
%endif
%if "%{with_gettext}" == "yes"
--with-gettext=%{l_prefix} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]