From fe076f82160b3482bd49b9594e260f217297194a Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Aug 21 2020 16:19:16 +0000 Subject: Re-enable LTO --- diff --git a/netatalk.spec b/netatalk.spec index 7ad5573..b7a39b0 100644 --- a/netatalk.spec +++ b/netatalk.spec @@ -37,7 +37,7 @@ Name: netatalk Epoch: 5 Version: 3.1.12 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Open Source Apple Filing Protocol(AFP) File Server License: GPL+ and GPLv2 and GPLv2+ and LGPLv2+ and BSD and FSFUL and MIT # Project is also mirrored at https://github.com/Netatalk/Netatalk @@ -137,10 +137,6 @@ find include \( -name '*.h' -a -executable \) -exec chmod -x {} \; sed -i 's\-systemctl daemon-reload\\g' distrib/initscripts/Makefile.in %build -# This package has static probes which do not work with LTO -# Disable LTO -%define _lto_cflags %{nil} - %configure \ --localstatedir=%{_localstatedir}/lib \ --with-kerberos \ @@ -229,6 +225,9 @@ sh test/afpd/test.sh %{_mandir}/man*/netatalk-config.1* %changelog +* Thu Aug 21 2020 Jeff Law - 5:3.1.12-19 +- Re-enable LTO + * Tue Jul 28 2020 Fedora Release Engineering - 5:3.1.12-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild