]> git.pld-linux.org Git - packages/php.git/commitdiff
- fixed PROG_SENDMAIL
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 19 Jul 2004 15:24:54 +0000 (15:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.255.2.12

php.spec

index 6a194f7c7cec931e5018f72fdbe65bfb28fea7cf..10d539057752eeef3ec9e7de1d1a5b6d04532111 100644 (file)
--- 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` \
This page took 0.499329 seconds and 4 git commands to generate.