Skip to content
Snippets Groups Projects
  • Alexander Traud's avatar
    110b01a0
    BuildSystem: Allow own CFLAGS on ./configure. · 110b01a0
    Alexander Traud authored
    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
    110b01a0
    History
    BuildSystem: Allow own CFLAGS on ./configure.
    Alexander Traud authored
    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.ac 88.50 KiB