[packages/aircrack-ng] correct configure option for sqlite3

atler atler at pld-linux.org
Thu Nov 9 13:19:04 CET 2023


commit b9e831e7bbd32c4a7643d4e72fa1ba11cbc79568
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Nov 9 12:22:33 2023 +0100

    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}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/aircrack-ng.git/commitdiff/b9e831e7bbd32c4a7643d4e72fa1ba11cbc79568



More information about the pld-cvs-commit mailing list