From 8f6788ecbfd2e5a8ccc1cf1a7f81239dee0a044c Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 21 Jul 2020 14:29:34 -0600 Subject: [PATCH] Fix nil->%{nil} --- libtool.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtool.spec b/libtool.spec index 70422fc..fabec8a 100644 --- a/libtool.spec +++ b/libtool.spec @@ -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++