]> git.ipfire.org Git - thirdparty/asterisk.git/commit
BuildSystem: Allow own CFLAGS on ./configure. 71/3171/1
authorAlexander Traud <pabstraud@compuserve.com>
Tue, 12 Jul 2016 08:50:22 +0000 (10:50 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Tue, 12 Jul 2016 09:01:37 +0000 (04:01 -0500)
commit1a409c4d10e8ec5f76d1312b75986cacab34a9fe
treeb811eb1230d1a3d557a6d59326cd19c5539a4a1f
parent0bc1206299e0be15aedd38f50421b439dc1f14f4
BuildSystem: Allow own CFLAGS on ./configure.

Before this change, make failed with the error
Unknown value '' found in build_tools/menuselect-deps for NATIVE_ARCH
when CFLAGS were supplied to the configure script. This was introduced with
<https://reviewboard.asterisk.org/r/1852/> which disabled BUILD_NATIVE when
CFLAGS were supplied. Those who need different -march= values, please, go for
./configure
make menuselect.makeopts or make menuselect
./menuselect/menuselect --disable BUILD_NATIVE

ASTERISK-25289 #close

Change-Id: Ic6365d5a97bb9b3556858f06432a8d1cfa83eebc
configure
configure.ac