How to not use OPTIMIZED_FLAGS properly

Ruslan Mahmatkhanov cvs-src at yandex.ru
Mon Feb 7 21:29:23 UTC 2011


08.02.2011 00:26, Ruslan Mahmatkhanov пишет:
> 07.02.2011 22:32, Cyrille Lefevre пишет:
>>
>> Le 07/02/2011 18:34, Ruslan Mahmatkhanov a écrit :
>>>
>>> Hello.
>>>
>>> I'm working on port that doesn't builds with "-O2 -pipe", that passed to
>>> Makefile by default (it exits with message about virtual memory is
>>> exhausted). I can avoid this by setting CFLAGS="" and CXXFLAGS="" in
>>> CONFIGURE_ENV. But portlint is complaining like this:
>>>
>>> What is the right way to do the job?
>>
>>
>> how about CFLAGS := ${CFLAGS:N-O*:N-pipe} -O
>>
>> Regards,
>>
>> Cyrille Lefevre
>
> It says that "Variable CFLAGS is recursive."

Sorry, it's actually fine. I forget a colon.

-- 
Regards,
Ruslan


More information about the freebsd-ports mailing list