Skip to content

Commit f932b33

Browse files
author
H. Peter Anvin
committed
spec: update embedded RPM spec file
The embedded RPM spec file seems to be a bit out of date. Update to match the current RPM conventions. Signed-off-by: H. Peter Anvin <[email protected]>
1 parent 2d2ae91 commit f932b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nasm.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PDF formats.
4040

4141
%build
4242
sh autogen.sh
43-
%configure --enable-sections
43+
%configure --enable-gc $([ -z "%{_lto_cflags}" ] || echo --enable-lto)
4444
make %{?_smp_mflags} everything
4545

4646
%install

0 commit comments

Comments
 (0)