From 4e3f8a3f34db2533750345f91a4426146bcca440 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 24 Dec 2021 14:51:00 -0500 Subject: [PATCH] Revert "Build with LLHTTP_STRICT_MODE enabled" This reverts commit 989e540406b9f9214ad87c5679c6805c3f23ccdf. All packages that currently bundle llhttp build it with LLHTTP_STRICT_MODE disabled. --- llhttp.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/llhttp.spec b/llhttp.spec index 682c7c1..3378162 100644 --- a/llhttp.spec +++ b/llhttp.spec @@ -124,8 +124,6 @@ sed -r -i 's@\b(DESTINATION[[:blank:]]+)lib($|/)@\1%{_libdir}\2@' \ rm -rvf node_modules cd release -%set_build_flags -export CFLAGS="${CFLAGS} -DLLHTTP_STRICT_MODE=1" %cmake -DBUILD_SHARED_LIBS:BOOL=ON %cmake_build