Fix nil->%{nil}

This commit is contained in:
Jeff Law 2020-07-21 14:29:34 -06:00
parent f662497d12
commit 8f6788ecbf
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ autoreconf -v
# The testsuite seems to not properly handle template instantiation and as
# a result fails. libtool itself appears to be OK from my by-hand testing.
# Disable LTO until the testsuite issues are fixed
%global _lto_cflags nil
%global _lto_cflags %{nil}
export CC=gcc
export CXX=g++