From 2916eadae2844cdf37d4b3269ef28dba23f89782 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Apr 15 2020 16:04:07 +0000 Subject: Drop broken test on armv7hl Signed-off-by: Igor Raits --- diff --git a/http-parser.spec b/http-parser.spec index 3bcf911..f20fd87 100644 --- a/http-parser.spec +++ b/http-parser.spec @@ -29,6 +29,10 @@ Development headers and libraries for http-parser. %prep %autosetup -p1 +%ifarch %{arm} +# https://github.com/nodejs/http-parser/issues/507 +sed -i -e "/sizeof(http_parser)/d" test.c +%endif # TODO: try to send upstream? cat > meson.build << EOF project('%{name}', 'c', version : '%{version}')