You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.0 KiB

  1. --- a/ext/phar/config.m4
  2. +++ b/ext/phar/config.m4
  3. @@ -19,7 +19,7 @@ if test "$PHP_PHAR" != "no"; then
  4. fi
  5. PHP_ADD_EXTENSION_DEP(phar, hash, true)
  6. PHP_ADD_EXTENSION_DEP(phar, spl, true)
  7. - PHP_ADD_MAKEFILE_FRAGMENT
  8. + #PHP_ADD_MAKEFILE_FRAGMENT
  9. PHP_INSTALL_HEADERS([ext/phar], [php_phar.h])
  10. --- a/configure.ac
  11. +++ b/configure.ac
  12. @@ -1454,13 +1454,13 @@ CFLAGS="\$(CFLAGS_CLEAN) $standard_libto
  13. INLINE_CFLAGS="$INLINE_CFLAGS $standard_libtool_flag"
  14. CXXFLAGS="$CXXFLAGS $standard_libtool_flag \$(PROF_FLAGS)"
  15. -if test "$PHP_PHAR" != "no" && test "$PHP_CLI" != "no"; then
  16. - pharcmd=pharcmd
  17. - pharcmd_install=install-pharcmd
  18. -else
  19. +#if test "$PHP_PHAR" != "no" && test "$PHP_CLI" != "no"; then
  20. +# pharcmd=pharcmd
  21. +# pharcmd_install=install-pharcmd
  22. +#else
  23. pharcmd=
  24. pharcmd_install=
  25. -fi;
  26. +#fi;
  27. all_targets="$lcov_target \$(OVERALL_TARGET) \$(PHP_MODULES) \$(PHP_ZEND_EX) \$(PHP_BINARIES) $pharcmd"
  28. install_targets="$install_sapi $install_modules $install_binaries install-build install-headers install-programs $install_pear $pharcmd_install"