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: 12-Aug-2003 15:14:33
Branch: HEAD Handle: 2003081214143200
Modified files:
openpkg-src/apache apache.spec
Log:
forced sendmail path
Summary:
Revision Changes Path
1.164 +3 -0 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.163 -r1.164 apache.spec
--- openpkg-src/apache/apache.spec 12 Aug 2003 06:14:14 -0000 1.163
+++ openpkg-src/apache/apache.spec 12 Aug 2003 13:14:32 -0000 1.164
@@ -210,6 +210,7 @@
%endif
%if "%{with_mod_php}" == "yes"
BuildPreReq: gcc, sed, flex, bison
+PreReq: MTA
%if "%{with_mod_php_mysql}" == "yes"
BuildPreReq: mysql
PreReq: mysql
@@ -503,6 +504,8 @@
ORACLE_HOME="`%{l_prefix}/etc/rc --query oracle_home`"
export ORACLE_HOME
%endif
+ PROG_SENDMAIL="%{l_prefix}/sbin/sendmail"
+ export PROG_SENDMAIL
./configure \
--prefix=%{l_prefix} \
--with-apache=../apache_%{V_apache} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]