File tree 2 files changed +7
-1
lines changed 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ fpm: $(SAPI_FPM_PATH)
3
3
$(SAPI_FPM_PATH ) : $(PHP_GLOBAL_OBJS ) $(PHP_SAPI_OBJS ) $(SAPI_EXTRA_DEPS )
4
4
$(BUILD_FPM )
5
5
6
+ $(builddir ) /fpm/fpm_conf.lo : $(builddir ) /../../main/build-defs.h
7
+
6
8
install-build : install-fpm
7
9
8
10
install-fpm : install-sapi
Original file line number Diff line number Diff line change @@ -534,6 +534,10 @@ AC_DEFUN([AC_FPM_VARS],
534
534
php_fpm_conf_path="$PHP_FPM_CONF"
535
535
fi
536
536
537
+ if test -z "$prefix" -o "$prefix" = "NONE"; then
538
+ prefix="/usr/local"
539
+ fi
540
+
537
541
if test -z "$php_fpm_conf_path"; then
538
542
php_fpm_conf_path=`eval echo "$sysconfdir"`
539
543
php_fpm_conf_path="$php_fpm_conf_path/php-fpm.conf"
@@ -636,7 +640,7 @@ if test "$PHP_FPM" != "no"; then
636
640
AC_FPM_CHECKS
637
641
AC_FPM_CONF
638
642
639
- PHP_ADD_MAKEFILE_FRAGMENT($abs_srcdir/sapi/fpm/Makefile.frag)
643
+ PHP_ADD_MAKEFILE_FRAGMENT([ $abs_srcdir/sapi/fpm/Makefile.frag] , [ $abs_srcdir/sapi/fpm ] , [ sapi/fpm ] )
640
644
641
645
SAPI_FPM_PATH=sapi/fpm/php-fpm
642
646
PHP_SUBST(SAPI_FPM_PATH)
You can’t perform that action at this time.
0 commit comments