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.

20 lines
626 B

  1. From: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
  2. Date: Sat, 2 May 2015 10:26:56 +0200
  3. Subject: php-5.4.9-fixheader
  4. Make generated php_config.h constant across rebuilds.
  5. ---
  6. configure.ac | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. --- a/configure.ac
  9. +++ b/configure.ac
  10. @@ -1278,7 +1278,7 @@ PHP_REMOVE_USR_LIB(LDFLAGS)
  11. EXTRA_LDFLAGS="$EXTRA_LDFLAGS $PHP_LDFLAGS"
  12. EXTRA_LDFLAGS_PROGRAM="$EXTRA_LDFLAGS_PROGRAM $PHP_LDFLAGS"
  13. -UNAME=`uname -a | xargs`
  14. +UNAME=`uname | xargs`
  15. PHP_UNAME=${PHP_UNAME:-$UNAME}
  16. AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[uname -a output])
  17. PHP_OS=`uname | xargs`