]> git.pld-linux.org Git - packages/cracklib.git/blame - cracklib-python3.patch
- only python 2 or 3 stuff can be built, not both, prefer python 3
[packages/cracklib.git] / cracklib-python3.patch
CommitLineData
3c736fab
MK
1diff -u cracklib-2.9.7.orig/configure.ac cracklib-2.9.7/configure.ac
2--- cracklib-2.9.7.orig/configure.ac 2019-03-03 17:49:19.000000000 +0000
3+++ cracklib-2.9.7/configure.ac 2022-02-26 23:30:53.361504964 +0000
4@@ -72,7 +72,7 @@
5 AC_HELP_STRING(--without-python,[Build a python module @<:@default=auto@:>@]),
6 build_python=$withval,build_python=auto)
7 if test "$build_python" != no ; then
8- AM_PATH_PYTHON(,,
9+ AM_PATH_PYTHON([3],,
10 [if test "$build_python" != yes ; then
11 AC_MSG_WARN([python was not found, continuing])
12 build_python=no
13Common subdirectories: cracklib-2.9.7.orig/dicts and cracklib-2.9.7/dicts
14Common subdirectories: cracklib-2.9.7.orig/doc and cracklib-2.9.7/doc
15Common subdirectories: cracklib-2.9.7.orig/lib and cracklib-2.9.7/lib
16Common subdirectories: cracklib-2.9.7.orig/m4 and cracklib-2.9.7/m4
17Common subdirectories: cracklib-2.9.7.orig/po and cracklib-2.9.7/po
18Common subdirectories: cracklib-2.9.7.orig/python and cracklib-2.9.7/python
19Common subdirectories: cracklib-2.9.7.orig/util and cracklib-2.9.7/util
This page took 0.05928 seconds and 4 git commands to generate.