mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-27 07:49:29 +00:00
Build the sogo executable as PIE (thanks to Jeroen Dekkers)
This commit is contained in:
@@ -4,9 +4,10 @@ include ../config.make
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
include ../Version
|
||||
|
||||
ADDITIONAL_INCLUDE_DIRS +=
|
||||
ADDITIONAL_OBJCFLAGS += -fPIE
|
||||
ADDITIONAL_INCLUDE_DIRS +=
|
||||
ADDITIONAL_LIB_DIRS += -L../SOPE/GDLContentStore/obj/
|
||||
ADDITIONAL_LDFLAGS += -Wl,--no-as-needed
|
||||
ADDITIONAL_LDFLAGS += -Wl,--no-as-needed -fPIE -pie
|
||||
|
||||
SOGOD = sogod
|
||||
TOOL_NAME = $(SOGOD)
|
||||
|
||||
Reference in New Issue
Block a user