mirror of the now-defunct rocklinux.org
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.

57 lines
2.3 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/alessandro/php/apsx-fix.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- php-4.3.2/configure.orig 2003-06-11 16:04:11.000000000 +0200
  20. +++ php-4.3.2/configure 2003-06-11 16:04:51.000000000 +0200
  21. @@ -3297,7 +3297,7 @@
  22. $APXS -q -S CFLAGS="$APXS_CFLAGS" CFLAGS >/dev/null 2>&1
  23. if test "$?" != "0"; then
  24. - APACHE_INSTALL="$APXS -i -a -n php4 $SAPI_SHARED" # Old apxs does not have -S option
  25. + APACHE_INSTALL="$APXS -i -n php4 $SAPI_SHARED" # Old apxs does not have -S option
  26. else
  27. APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR`
  28. if test -z `$APXS -q SYSCONFDIR`; then
  29. @@ -3310,7 +3310,7 @@
  30. \$(mkinstalldirs) '$APXS_SYSCONFDIR' && \
  31. $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
  32. -S SYSCONFDIR='$APXS_SYSCONFDIR' \
  33. - -i -a -n php4 $SAPI_SHARED"
  34. + -i -n php4 $SAPI_SHARED"
  35. fi
  36. fi
  37. @@ -4311,7 +4311,7 @@
  38. \$(mkinstalldirs) '$APXS_SYSCONFDIR' && \
  39. $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
  40. -S SYSCONFDIR='$APXS_SYSCONFDIR' \
  41. - -i -a -n php4"
  42. + -i -n php4"
  43. fi
  44. case $host_alias in
  45. @@ -5072,7 +5072,7 @@
  46. \$(mkinstalldirs) '$APXS_SYSCONFDIR' && \
  47. $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
  48. -S SYSCONFDIR='$APXS_SYSCONFDIR' \
  49. - -i -a -n php4"
  50. + -i -n php4"
  51. fi
  52. case $host_alias in