patch-auto_cc_conf 1.1 KB

12345678910111213141516171819202122232425262728
  1. --- nginx-1.9.12.orig/auto/cc/conf 2016-02-24 15:53:23.000000000 +0100
  2. +++ nginx-1.9.12/auto/cc/conf 2016-03-04 19:56:52.000000000 +0100
  3. @@ -181,6 +181,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then
  4. ngx_feature="gcc builtin atomic operations"
  5. ngx_feature_name=NGX_HAVE_GCC_ATOMIC
  6. ngx_feature_run=yes
  7. + ngx_feature_run_force_result="$ngx_force_gcc_have_atomic"
  8. ngx_feature_incs=
  9. ngx_feature_path=
  10. ngx_feature_libs=
  11. @@ -200,7 +201,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then
  12. else
  13. ngx_feature="C99 variadic macros"
  14. ngx_feature_name="NGX_HAVE_C99_VARIADIC_MACROS"
  15. - ngx_feature_run=yes
  16. + ngx_feature_run=no
  17. ngx_feature_incs="#include <stdio.h>
  18. #define var(dummy, ...) sprintf(__VA_ARGS__)"
  19. ngx_feature_path=
  20. @@ -214,7 +215,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then
  21. ngx_feature="gcc variadic macros"
  22. ngx_feature_name="NGX_HAVE_GCC_VARIADIC_MACROS"
  23. - ngx_feature_run=yes
  24. + ngx_feature_run=no
  25. ngx_feature_incs="#include <stdio.h>
  26. #define var(dummy, args...) sprintf(args)"
  27. ngx_feature_path=