From 7d87f080aa5740d18c94ac033fa70b76d86f9a21 Mon Sep 17 00:00:00 2001 From: Clemens Gruber Date: Wed, 27 Nov 2019 18:39:07 +0100 Subject: nginx: version bump 1.16.0 -> 1.16.1 Also regenerated patches with git-ptx-patches. Signed-off-by: Clemens Gruber Signed-off-by: Michael Olbrich --- ...ness-add-mechanism-allowing-to-force-resu.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 patches/nginx-1.16.1/0100-auto-endianness-add-mechanism-allowing-to-force-resu.patch (limited to 'patches/nginx-1.16.1/0100-auto-endianness-add-mechanism-allowing-to-force-resu.patch') diff --git a/patches/nginx-1.16.1/0100-auto-endianness-add-mechanism-allowing-to-force-resu.patch b/patches/nginx-1.16.1/0100-auto-endianness-add-mechanism-allowing-to-force-resu.patch new file mode 100644 index 000000000..8d4ad867a --- /dev/null +++ b/patches/nginx-1.16.1/0100-auto-endianness-add-mechanism-allowing-to-force-resu.patch @@ -0,0 +1,22 @@ +From: Marc Kleine-Budde +Date: Wed, 2 Sep 2015 18:20:10 +0200 +Subject: [PATCH] auto/endianness: add mechanism allowing to force result + +Signed-off-by: Marc Kleine-Budde +--- + auto/endianness | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/auto/endianness b/auto/endianness +index 1b552b6b37b8..0f2394cfb6a1 100644 +--- a/auto/endianness ++++ b/auto/endianness +@@ -32,7 +32,7 @@ ngx_test="$CC $CC_TEST_FLAGS $CC_AUX_FLAGS \ + eval "$ngx_test >> $NGX_AUTOCONF_ERR 2>&1" + + if [ -x $NGX_AUTOTEST ]; then +- if $NGX_AUTOTEST >/dev/null 2>&1; then ++ if $NGX_AUTOTEST >/dev/null 2>&1 || test "$ngx_force_have_little_endian" = "yes"; then + echo " little endian" + have=NGX_HAVE_LITTLE_ENDIAN . auto/have + else -- cgit v1.2.3