mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
openswan: re-add -fPIE flag
This flag was mistakenly removed in unrelated commit 5287358ff33ec4920a677a58152ad040151b843f. Reported-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
52ceb700ff
commit
9d0c450941
@ -11,7 +11,7 @@ OPENSWAN_LICENSE_FILES = COPYING LICENSE
|
||||
|
||||
OPENSWAN_DEPENDENCIES = host-bison host-flex gmp iproute2
|
||||
OPENSWAN_MAKE_OPTS = ARCH=$(BR2_ARCH) CC="$(TARGET_CC)" \
|
||||
USERCOMPILE="$(TARGET_CFLAGS)" INC_USRLOCAL=/usr \
|
||||
USERCOMPILE="$(TARGET_CFLAGS) -fPIE" INC_USRLOCAL=/usr \
|
||||
USE_KLIPS=false USE_MAST=false USE_NM=false
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBCURL),y)
|
||||
|
Loading…
x
Reference in New Issue
Block a user