From b9e831e7bbd32c4a7643d4e72fa1ba11cbc79568 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Thu, 9 Nov 2023 12:22:33 +0100 Subject: [PATCH] correct configure option for sqlite3 --- aircrack-ng.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aircrack-ng.spec b/aircrack-ng.spec index 4ab4bfe..bf3a36a 100644 --- a/aircrack-ng.spec +++ b/aircrack-ng.spec @@ -102,7 +102,7 @@ grep -r -l '#!/usr/bin/env python' scripts | xargs sed -i -e 's|#!/usr/bin/env p --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} -- 2.44.0