From a6cf62efade6bb283fa82759fe1d19bc3b72b84b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Tue, 19 Apr 2022 15:53:11 +0200 Subject: [PATCH] fixup! unify configure.py calls into single command --- nodejs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs.spec b/nodejs.spec index bf9cb9f..08192fd 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -459,7 +459,7 @@ export LDFLAGS="%{build_ldflags}" %{!?with_bundled_zlib:--shared-zlib} \ --shared-brotli \ %{!?with_bundled:--shared-libuv} \ - %{!?with_bundled:%{nghttp2_configure} \ + %{!?with_bundled:%{nghttp2_configure}} \ %{?with_bundled:--without-dtrace}%{!?with_bundled:--with-dtrace} \ --with-intl=small-icu \ --with-icu-default-data-dir=%{icudatadir} \