From 60e84e58fcc256328302c01bbe54e1c6fe75adc9 Mon Sep 17 00:00:00 2001 From: Frederic Berat Date: Tue, 1 Feb 2022 09:58:48 +0100 Subject: [PATCH] Clean-up configure call The "%configure" line does nothing more than the default command already do. Reviewed-by: Carlos O'Donell --- libtool.spec | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/libtool.spec b/libtool.spec index fc159a5..1f03f72 100644 --- a/libtool.spec +++ b/libtool.spec @@ -125,18 +125,7 @@ autoreconf -v %build %global _lto_cflags %{nil} -%configure --prefix=%{_prefix} \ - --exec-prefix=%{_prefix} \ - --bindir=%{_bindir} \ - --sbindir=%{_sbindir} \ - --sysconfdir=%{_sysconfdir} \ - --datadir=%{_datadir} \ - --includedir=%{_includedir} \ - --libdir=%{_libdir} \ - --libexecdir=%{_libexecdir} \ - --localstatedir=%{_localstatedir} \ - --mandir=%{_mandir} \ - --infodir=%{_infodir} +%configure %make_build \ CUSTOM_LTDL_CFLAGS="%_hardening_cflags" \ @@ -195,6 +184,7 @@ rm -f %{buildroot}%{_libdir}/libltdl.{a,la} https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro - Disable non-PIC test for ARM as this is not supported on this arch - Use autosetup +- Use plain %%configure * Thu Jan 20 2022 Fedora Release Engineering - 2.4.6-47 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild