Accepting request 743470 from devel:languages:nodejs

- Remove extra -g from compiler command-line

OBS-URL: https://build.opensuse.org/request/show/743470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nodejs-common?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2019-10-30 13:41:05 +00:00 committed by Git OBS Bridge
commit 9ab9adc86d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 28 11:13:23 UTC 2019 - Adam Majer <adam.majer@suse.de>
- Remove extra -g from compiler command-line
-------------------------------------------------------------------
Fri Feb 1 15:03:12 UTC 2019 - adam.majer@suse.de

View File

@ -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