imgtec-ci20: genimage config/ u-boot env
[openadk.git] / package / openswan / patches / patch-Makefile_inc
blobca00c7598e77d112f4a58f3959a4091fb342ab90
1 --- Openswan-3.0.0.orig/Makefile.inc    2021-01-22 19:25:50.000000000 +0100
2 +++ Openswan-3.0.0/Makefile.inc 2022-03-21 19:40:09.287360911 +0100
3 @@ -188,7 +188,7 @@ BISONOSFLAGS=
4  # USER* should be empty for end users/vendors to use
5  
6  OPTIMIZE?=-g -O3
7 -GCCOPTIONS=${OPTIMIZE} -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 ${WERROR} $(GCC_LINT) ${USERCOMPILEEXTRA}
8 +GCCOPTIONS=${OPTIMIZE} -fPIE -Wformat -Wformat-security -Werror=format-security -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 ${WERROR} $(GCC_LINT) ${USERCOMPILEEXTRA}
9  # extra compile flags, for userland and kernel stuff, e.g. -g for debug info
10  # you can add to this in the defaults file using +=
11  # -DGCC_LINT uses gcc-specific declarations to improve compile-time diagnostics.
12 @@ -199,7 +199,7 @@ GCC_LINT ?= -DGCC_LINT
13  USERCOMPILE?=${GCCOPTIONS}
14  # on fedora/rhel
15  #USERCOMPILE?=-g -O2 -g -pipe -Wall -Wp,-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -fPIE -pie -DSUPPORT_BROKEN_ANDROID_ICS
16 -KLIPSCOMPILE=-O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DCONFIG_KLIPS_ALG -DDISABLE_UDP_CHECKSUM
17 +KLIPSCOMPILE=-O2 -fPIE -Wformat -Wformat-security -Werror=format-security -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DCONFIG_KLIPS_ALG -DDISABLE_UDP_CHECKSUM
18  # Additional debugging for developers (warning: can crash openswan!)
19  #USERCOMPILE?=-g -DLEAK_DETECTIVE ${LIBEFENCE}
20  # You can also run this before starting openswan on glibc systems: