diff options
Diffstat (limited to 'main/gcc/207-static-pie.patch')
-rw-r--r-- | main/gcc/207-static-pie.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gcc/207-static-pie.patch b/main/gcc/207-static-pie.patch index 44c6c70152..9355c584b5 100644 --- a/main/gcc/207-static-pie.patch +++ b/main/gcc/207-static-pie.patch @@ -34,7 +34,7 @@ index 0208d61..731564e 100644 #ifdef HAVE_LD_PIE #ifndef LD_PIE_SPEC -#define LD_PIE_SPEC "-pie" -+#define LD_PIE_SPEC "-pie %{static:--no-dynamic-linker}" ++#define LD_PIE_SPEC "-pie %{static:--no-dynamic-linker -Bsymbolic}" #endif #else #define LD_PIE_SPEC "" |