From c2e87c433405746eed5667023febc41fd04dc08a Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 7 Jan 2021 05:55:20 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- nodejs.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/nodejs.spec b/nodejs.spec index 6717f99..00a12d8 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -146,6 +146,7 @@ Patch1: 0001-Disable-running-gyp-on-shared-deps.patch # Patch to install both node and libnode.so, using the correct libdir Patch2: 0002-Install-both-binaries-and-use-libdir.patch +BuildRequires: make BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: zlib-devel