|
|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
|
|
|
Group: Language
|
|
|
License: PHP
|
|
|
Version: 4.3.2
|
|
|
-Release: 20030728
|
|
|
+Release: 20030812
|
|
|
|
|
|
# package options (analog to apache.spec)
|
|
|
%option with_calendar no
|
|
|
@@ -90,7 +90,7 @@ Patch0: php.patch
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20030708, gcc, sed, flex, bison
|
|
|
-PreReq: OpenPKG, openpkg >= 20030708
|
|
|
+PreReq: OpenPKG, openpkg >= 20030708, MTA
|
|
|
%if "%{with_mysql}" == "yes"
|
|
|
BuildPreReq: mysql
|
|
|
PreReq: mysql
|
|
|
@@ -231,6 +231,7 @@ AutoReqProv: no
|
|
|
CFLAGS="$cflags" \
|
|
|
LDFLAGS="$ldflags" \
|
|
|
LIBS="$libs" \
|
|
|
+ PROG_SENDMAIL="%{l_prefix}/sbin/sendmail" \
|
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|
|
|
--with-config-file-path=%{l_prefix}/etc/php \
|