]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Revert "BuildSystem: In NetBSD, the Python Programming Language is python-X.Y."
authorGeorge Joseph <gjoseph@digium.com>
Thu, 22 Mar 2018 00:25:19 +0000 (18:25 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 22 Mar 2018 00:25:19 +0000 (18:25 -0600)
commit3a4a441817425495da9bfc8a6840f71508c0d497
tree3d0493e147b79ec09d76f6c135536251528fd428
parentc0c537c1d3aab05358df697d8d259aa73f55a43c
Revert "BuildSystem: In NetBSD, the Python Programming Language is python-X.Y."

Something is causing a python2/python3 mismatch on Fedora27.

PYTHON='/usr/bin/python2'
PYTHONDEV_CFLAGS='-I/usr/include/python3.6m '
PYTHONDEV_INCLUDE='-I/usr/include/python3.6m '
PYTHONDEV_LIB='-lpython3.6m '
PYTHONDEV_LIBS='-lpython3.6m '

This reverts commit c0c537c1d3aab05358df697d8d259aa73f55a43c.

Change-Id: I670a82aa7c872fa5facea1e3bc718e2d3124cc28
configure
configure.ac