From: Robert Marko Date: Wed, 5 Mar 2025 12:59:21 +0000 (+0100) Subject: Revert "nginx-mod-njs: fix endianess patch" X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3d5bc4c9ce95c44ef8ee042f6a20897132f30134;p=openwrt-packages.git Revert "nginx-mod-njs: fix endianess patch" This reverts commit 7fdb92b59ac356f9a8c99ea49147ce0e66799a4b. Now that the actual issue has been found and fixed, this is incorrect so revert it. Signed-off-by: Robert Marko --- diff --git a/net/nginx/patches/nginx-mod-njs/104-endianness_fix.patch b/net/nginx/patches/nginx-mod-njs/104-endianness_fix.patch index 382462ba8..ddd309f01 100644 --- a/net/nginx/patches/nginx-mod-njs/104-endianness_fix.patch +++ b/net/nginx/patches/nginx-mod-njs/104-endianness_fix.patch @@ -34,18 +34,18 @@ cd $ngx_addon_dir/.. \\ && if [ -f build/Makefile ]; then \$(MAKE) clean; fi \\ - && CFLAGS="\$(CFLAGS)" CC="\$(CC)" ./configure --no-openssl \\ -- --no-libxml2 --no-zlib --no-pcre --no-quickjs --ld-opt="$NGX_LD_OPT" \\ +- --no-libxml2 --no-zlib --no-pcre --no-quickjs \\ + && CFLAGS="\$(CFLAGS)" CC="\$(CC)" CONFIG_BIG_ENDIAN=\$(CONFIG_BIG_ENDIAN) \\ -+ ./configure --no-openssl --no-libxml2 --no-zlib --no-pcre --no-quickjs --ld-opt="$NGX_LD_OPT" \\ ++ ./configure --no-openssl --no-libxml2 --no-zlib --no-pcre --no-quickjs \\ && \$(MAKE) libnjs $ngx_addon_dir/../build/libqjs.a: $NGX_MAKEFILE cd $ngx_addon_dir/.. \\ && if [ -f build/Makefile ]; then \$(MAKE) clean; fi \\ - && CFLAGS="\$(CFLAGS)" CC="\$(CC)" ./configure --no-openssl \\ -- --no-libxml2 --no-zlib --no-pcre --ld-opt="$NGX_LD_OPT" \\ +- --no-libxml2 --no-zlib --no-pcre \\ + && CFLAGS="\$(CFLAGS)" CC="\$(CC)" CONFIG_BIG_ENDIAN=\$(CONFIG_BIG_ENDIAN) \\ -+ ./configure --no-openssl --no-libxml2 --no-zlib --no-pcre --ld-opt="$NGX_LD_OPT" \\ ++ ./configure --no-openssl --no-libxml2 --no-zlib --no-pcre \\ && \$(MAKE) libnjs libqjs END