]> git.pld-linux.org Git - packages/aircrack-ng.git/commitdiff
drop the -ffat-lto-objects thing entirely
authorJan Palus <atler@pld-linux.org>
Thu, 9 Nov 2023 01:40:23 +0000 (02:40 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 9 Nov 2023 01:40:23 +0000 (02:40 +0100)
not really sure what was that about. lto was not there in 1.6 when it
was added, so some custom lto flags?

aircrack-ng.spec

index 8017c6f86f6314f6a34e52716656e69503982c45..4ab4bfece558849ce7e42439812ccc25fb04bbea 100644 (file)
@@ -88,9 +88,6 @@ Pliki deweloperskie dla %{name}
 grep -r -l '#!/usr/bin/env python' scripts | xargs sed -i -e 's|#!/usr/bin/env python|#!%{__python3}|g'
 
 %build
-# GCC LTO objects must be "fat" to avoid assembly errors
-export CFLAGS="%{rpmcflags} -ffat-lto-objects"
-
 %{__libtoolize}
 %{__aclocal} -I build/m4/stubs -I build/m4
 %{__autoconf}
This page took 0.196243 seconds and 4 git commands to generate.