diff --git a/nodejs-common.changes b/nodejs-common.changes index e1e6140..0174424 100644 --- a/nodejs-common.changes +++ b/nodejs-common.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 28 11:13:23 UTC 2019 - Adam Majer + +- Remove extra -g from compiler command-line + ------------------------------------------------------------------- Fri Feb 1 15:03:12 UTC 2019 - adam.majer@suse.de diff --git a/nodejs-common.spec b/nodejs-common.spec index f85d09a..5545aaf 100644 --- a/nodejs-common.spec +++ b/nodejs-common.spec @@ -48,7 +48,7 @@ while retaining the same codestream version. %prep %build cp %{S:2} . -gcc ${RPM_OPT_FLAGS} -g -o node %{S:1} +gcc ${RPM_OPT_FLAGS} -o node %{S:1} %install install -D -m 0755 node %{buildroot}%{_bindir}/node