mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
specify segment __RWX in bootimage-lflags on Darwin to match new name used in binaryToObject
This commit is contained in:
parent
0f4fc07048
commit
c3824b0108
2
makefile
2
makefile
@ -138,7 +138,7 @@ ifeq ($(platform),darwin)
|
||||
build-cflags = $(common-cflags) -fPIC -fvisibility=hidden -I$(src)
|
||||
lflags = $(common-lflags) -ldl -framework CoreFoundation -framework CoreServices
|
||||
ifeq ($(bootimage),true)
|
||||
bootimage-lflags = -Wl,-segprot,__BOOT,rwx,rwx
|
||||
bootimage-lflags = -Wl,-segprot,__RWX,rwx,rwx
|
||||
endif
|
||||
rdynamic =
|
||||
strip-all = -S -x
|
||||
|
Loading…
Reference in New Issue
Block a user