I do some attempts to update package Erlang. <br />The OI-userland build recipe contains<br /><br />ASLR_MODE = $(ASLR_DISABLE)<br /><br />ASLR_MODE has the value '-z aslr=disable'.<br />this setting lands in LD_EXEC_OPTION and the linked binary should have set in the dynamic section<br />DT_SUNW_ASLR (that the name mentioned in SECURITY-FLAGS(7))<br /><br />But this is not the case. elfdump -d beam.jit shows no such variable. Adding<br />LDFLAG=-Wl,-z,aslr=disable<br />for linking beam.jit, I get in the setting the dynamic section <br />SUNW_ASLR 0<br /><br />For me it looks like the setting in LD_EXEC_OPTION is ignored from the ld.<br /><br />Do this works like intended?<br />-- <br signature="separator" />Carsten<br />