Re: RELRO breaks net/openmpi, was: net/openmpi fails to compile with default settings

2017-04-16 Thread Anton Shterenlikht
>The compilation was broken because of > >OPTIONS_FILE_SET+=RELRO > >in > >devel/binutils > >After disabling RELRO net/openmpi can be compiled successfully. Not sure >if this is a bug or expected behaviour. I'm glad you nailed it. I've no idea what this option does. Anton ___

RELRO breaks net/openmpi, was: net/openmpi fails to compile with default settings

2017-04-15 Thread Grzegorz Junka
Thanks Anton, The compilation was broken because of OPTIONS_FILE_SET+=RELRO in devel/binutils After disabling RELRO net/openmpi can be compiled successfully. Not sure if this is a bug or expected behaviour. Regards Grzegorz On 14/04/2017 11:26, Anton Shterenlikht wrote: I don't know whi