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.

22 lines
697 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. diff --git a/configure.ac b/configure.ac
  9. index dcfe883..9b94618 100644
  10. --- a/configure.ac
  11. +++ b/configure.ac
  12. @@ -1280,7 +1280,7 @@ PHP_REMOVE_USR_LIB(LDFLAGS)
  13. EXTRA_LDFLAGS="$EXTRA_LDFLAGS $PHP_LDFLAGS"
  14. EXTRA_LDFLAGS_PROGRAM="$EXTRA_LDFLAGS_PROGRAM $PHP_LDFLAGS"
  15. -UNAME=`uname -a | xargs`
  16. +UNAME=`uname | xargs`
  17. PHP_UNAME=${PHP_UNAME:-$UNAME}
  18. AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[uname -a output])
  19. PHP_OS=`uname | xargs`