]> 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:58 +0000 (18:25 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 22 Mar 2018 00:25:58 +0000 (18:25 -0600)
commit745b5134cd614b2ff3b76e53621b1a6529975ada
tree1bfa715b7cee55c52b09b6b80e7f69adae9768f8
parentbe0e9920b64e3b07501b299d131309b58f9b0ddf
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 be0e9920b64e3b07501b299d131309b58f9b0ddf.

Change-Id: I86dd102eb3ead199fe89178cdbadb36b4e2cfd1b
configure
configure.ac