[Pkg-voip-commits] [asterisk] 01/01: build with BETTER_BACKTRACES

Jeremy Lainé jeremy.laine at m4x.org
Sat Nov 30 17:48:07 UTC 2013


Hi Paul,

On 11/28/2013 12:40 AM, Paul Belanger wrote:
> --- a/debian/rules
>> +++ b/debian/rules
>> @@ -96,6 +96,7 @@ override_dh_auto_configure:
>>
>>   override_dh_auto_build:
>>       $(MAKE) menuselect.makeopts
>> +    menuselect/menuselect --enable BETTER_BACKTRACES menuselect.makeopts
>>       @if [ "x${ENABLE_DEBUG}" != "x" ] ; then \
>>           menuselect/menuselect --enable DONT_OPTIMIZE menuselect.makeopts ; \
>>           menuselect/menuselect --enable DEBUG_THREADS menuselect.makeopts ; \
>>
> I think you want this to be enabled only when we pass the ENABLE_DEBUG flag. It doesn't
> make sense to me to run BETTER_BACKTRACES in production.
>

OK, will move it to the ENABLE_DEBUG section. I am not sure what to do with the
binutils-dev Build-Dep in that case as it's only needed if BETTER_BACKTRACES is used. Any
suggestions?

Jeremy



More information about the Pkg-voip-maintainers mailing list