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

Dagobert Michelsen dam at opencsw.org
Thu Mar 26 11:52:29 CET 2009


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


Best regards

   -- Dago


More information about the maintainers mailing list