]> git.ipfire.org Git - thirdparty/asterisk.git/commit
BuildSystem: Allow own CFLAGS on ./configure. 70/3170/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:00:55 +0000 (04:00 -0500)
commit3be6fa1e4b920fe1ccec67e4a78e101354a767d9
treecf15e9cdb6e275c53f153a5bca009f9cb6b8df3f
parent5ee205d8bb0dfbae5be89661aa3a787fbdf9986b
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