X-Git-Url: https://git.pld-linux.org/?p=packages%2Faircrack-ng.git;a=blobdiff_plain;f=aircrack-ng.spec;h=bf3a36a8195a488e5c4dcafb977566d4b58d65b0;hp=6a4fd3e93c430501518bbff3856843194d53a0b2;hb=HEAD;hpb=c13517565c6b45849167d735be21b3ceaf1b681b diff --git a/aircrack-ng.spec b/aircrack-ng.spec index 6a4fd3e..bf3a36a 100644 --- a/aircrack-ng.spec +++ b/aircrack-ng.spec @@ -22,7 +22,7 @@ Version: 1.7 Release: 2 License: GPL Group: Applications/Networking -Source0: http://download.aircrack-ng.org/%{name}-%{version}.tar.gz +Source0: https://download.aircrack-ng.org/%{name}-%{version}.tar.gz # Source0-md5: a918ea7146f91d8c799fb770c38f4bec URL: http://www.aircrack-ng.org/ BuildRequires: autoconf >= 2.52 @@ -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} @@ -105,7 +102,7 @@ export CFLAGS="%{rpmcflags} -ffat-lto-objects" --with%{!?with_experimental:out}-experimental \ --with%{!?with_ext_scripts:out}-ext-scripts \ --without-opt \ - --with-%{!?with_sqlite:out}-sqlite3 \ + --with%{!?with_sqlite:out}-sqlite3 %{__make}