]> git.pld-linux.org Git - packages/aircrack-ng.git/commitdiff
correct configure option for sqlite3 master
authorJan Palus <atler@pld-linux.org>
Thu, 9 Nov 2023 11:22:33 +0000 (12:22 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 9 Nov 2023 11:22:33 +0000 (12:22 +0100)
aircrack-ng.spec

index 4ab4bfece558849ce7e42439812ccc25fb04bbea..bf3a36a8195a488e5c4dcafb977566d4b58d65b0 100644 (file)
@@ -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}
 
This page took 0.127373 seconds and 4 git commands to generate.