OpenSDE Packages Database (without history before r20070)
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.

76 lines
2.9 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../php/no-httpd.conf.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. The default Apache httpd.conf must not be touched.
  17. - Rene Rebe <rene@exactcode.de>
  18. --- ./configure.orig 2005-04-04 19:49:07.310697440 -0400
  19. +++ ./configure 2005-04-04 19:49:46.293990696 -0400
  20. @@ -3574,7 +3574,7 @@
  21. $APXS -q -S CFLAGS="$APXS_CFLAGS" CFLAGS >/dev/null 2>&1
  22. if test "$?" != "0"; then
  23. - APACHE_INSTALL="$APXS -i -a -n php5 $SAPI_SHARED" # Old apxs does not have -S option
  24. + APACHE_INSTALL="$APXS -i -n php5 $SAPI_SHARED" # Old apxs does not have -S option
  25. else
  26. APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR`
  27. if test -z `$APXS -q SYSCONFDIR`; then
  28. @@ -3587,7 +3587,7 @@
  29. \$(mkinstalldirs) '$APXS_SYSCONFDIR' && \
  30. $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
  31. -S SYSCONFDIR='$APXS_SYSCONFDIR' \
  32. - -i -a -n php5 $SAPI_SHARED"
  33. + -i -n php5 $SAPI_SHARED"
  34. fi
  35. fi
  36. @@ -4691,7 +4691,7 @@
  37. \$(mkinstalldirs) '$APXS_SYSCONFDIR' && \
  38. $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
  39. -S SYSCONFDIR='$APXS_SYSCONFDIR' \
  40. - -i -a -n php5"
  41. + -i -n php5"
  42. fi
  43. case $host_alias in
  44. @@ -5521,7 +5521,7 @@
  45. \$(mkinstalldirs) '$APXS_SYSCONFDIR' && \
  46. $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
  47. -S SYSCONFDIR='$APXS_SYSCONFDIR' \
  48. - -i -a -n php5"
  49. + -i -n php5"
  50. fi
  51. case $host_alias in
  52. @@ -6520,7 +6520,7 @@
  53. $APXS -q -S CFLAGS="$APXS_CFLAGS" CFLAGS >/dev/null 2>&1
  54. if test "$?" != "0"; then
  55. - APACHE_HOOKS_INSTALL="$APXS -i -a -n php5 $SAPI_SHARED" # Old apxs does not have -S option
  56. + APACHE_HOOKS_INSTALL="$APXS -i -n php5 $SAPI_SHARED" # Old apxs does not have -S option
  57. else
  58. APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR`
  59. if test -z `$APXS -q SYSCONFDIR`; then
  60. @@ -6533,7 +6533,7 @@
  61. \$(mkinstalldirs) '$APXS_SYSCONFDIR' && \
  62. $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
  63. -S SYSCONFDIR='$APXS_SYSCONFDIR' \
  64. - -i -a -n php5 $SAPI_SHARED"
  65. + -i -n php5 $SAPI_SHARED"
  66. fi
  67. fi