From d99cfab86829e77ef8ecdc8d06bf75b55c3ec4ad Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 19 Jul 2004 15:24:54 +0000 Subject: [PATCH] - fixed PROG_SENDMAIL Changed files: php.spec -> 1.255.2.12 --- php.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.spec b/php.spec index 6a194f7..10d5390 100644 --- a/php.spec +++ b/php.spec @@ -1563,7 +1563,7 @@ EXTENSION_DIR="%{extensionsdir}"; export EXTENSION_DIR %{__libtoolize} %{__aclocal} %{__autoconf} -PROG_SENDMAIL="%{_prefix}/lib/sendmail"; export PROG_SENDMAIL +PROG_SENDMAIL="/usr/lib/sendmail"; export PROG_SENDMAIL for i in fcgi cgi cli apxs ; do %configure \ `[ $i = cgi ] && echo --enable-discard-path` \ -- 2.43.0