components/php/php56/patches/configure.in.patch
branchs11-update
changeset 4418 7ae5fd823a4b
equal deleted inserted replaced
4415:a4e14565d114 4418:7ae5fd823a4b
       
     1 # Allow building with no SAPI's.
       
     2 # This is useful for, e.g., building modules separately.
       
     3 # Based on patch at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188386
       
     4 # Will not send upstream as this is port/build specific.
       
     5 # Requires running autoconf to regenerate configure script.
       
     6 
       
     7 diff -ru a/configure.in b/configure.in
       
     8 --- a/configure.in	2014-11-12 05:52:21.000000000 -0800
       
     9 +++ b/configure.in	2015-01-29 13:31:45.101366346 -0800
       
    10 @@ -401,11 +401,6 @@
       
    11    AC_MSG_RESULT([none])
       
    12  fi
       
    13  
       
    14 -dnl Exit early
       
    15 -if test -z "$PHP_INSTALLED_SAPIS"; then
       
    16 -  AC_MSG_ERROR([Nothing to build.])
       
    17 -fi
       
    18 -
       
    19  dnl force ZTS
       
    20  if test "$enable_maintainer_zts" = "yes"; then
       
    21    PTHREADS_ASSIGN_VARS