[csw-maintainers] netsnmp perl (A bit of a problem, help wanted)

Roger Håkansson hson at opencsw.org
Thu Mar 26 19:58:34 CET 2009


Dagobert Michelsen wrote:
> Hi Roger,
> 
> Am 26.03.2009 um 11:42 schrieb Roger Håkansson:
>> Anyway, I still have a problem with LD_OPTIONS, I've tried to set it 
>> to "" in the makefile (using "LD_OPTIONS=" plus "export LD_OPTIONS"), 
>> but as long as I have it set in my environment, the build fails.
>> If I do a "unset LD_OPTIONS" before the build, it works just fine.
>> Anyone know of a way to "unset" LD_OPTIONS from the makefile?
> 
> LD_OPTIONS is only exported in GAR if it is defined:
>   ifneq ($(LD_OPTIONS),)
>   ...
> 
> Just export LD_OPTIONS without setting it:
>   EXTRA_COMMON_EXPORTS = LD_OPTIONS

Nice, works great




More information about the maintainers mailing list