[packages/aircrack-ng] drop the -ffat-lto-objects thing entirely
atler
atler at pld-linux.org
Thu Nov 9 04:39:32 CET 2023
commit ccd45a2f43b6cf7962dbf78fb60a5a1071f2675c
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Nov 9 02:40:23 2023 +0100
drop the -ffat-lto-objects thing entirely
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 | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/aircrack-ng.spec b/aircrack-ng.spec
index 8017c6f..4ab4bfe 100644
--- a/aircrack-ng.spec
+++ b/aircrack-ng.spec
@@ -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}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/aircrack-ng.git/commitdiff/ccd45a2f43b6cf7962dbf78fb60a5a1071f2675c
More information about the pld-cvs-commit
mailing list