diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2020-05-31 20:56:05 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2020-05-31 20:56:05 +0000 |
| commit | a6c43c64d9419dfa888b1c478e658e3e20a4af11 (patch) | |
| tree | c44233797692f5a1878dfd1d614e5674a3c0e0a6 /buildconf | |
| parent | f7eb533f85d0941dbf6edb3081f065e4c010b8cc (diff) | |
Vendor import apr-1.7.0vendor/apr/apr-1.7.0vendor/apr
Notes
Notes:
svn path=/vendor/apr/dist/; revision=361666
svn path=/vendor/apr/apr-1.7.0/; revision=361667; tag=vendor/apr/apr-1.7.0
Diffstat (limited to 'buildconf')
| -rwxr-xr-x | buildconf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/buildconf b/buildconf index b70fa53eca16..fa52bd11b4f6 100755 --- a/buildconf +++ b/buildconf @@ -112,8 +112,10 @@ ${AUTOCONF:-autoconf} $verbose # Remove autoconf 2.5x's cache directory rm -rf autom4te*.cache +PYTHON=${PYTHON-`build/PrintPath python3 python2 python`} + echo "buildconf: generating 'make' outputs ..." -build/gen-build.py $verbose make +${PYTHON} build/gen-build.py $verbose make # Create RPM Spec file if [ -f `which cut` ]; then |
