0001-disable-ssp.patch 930 B

123456789101112131415161718192021222324252627282930313233
  1. From 4b02c8207adb888d35951bbc1c5b3029594f44c6 Mon Sep 17 00:00:00 2001
  2. From: Bernd Kuhls <bernd.kuhls@t-online.de>
  3. Date: Wed, 24 Apr 2019 13:56:27 -0400
  4. Subject: [PATCH] Do not force SSP usage
  5. The toolchain may not support SSP, so do not enforce its usage, let
  6. the package user pass the appropriate CFLAGS to enable SSP if needed.
  7. Signed-off-by: Gregory Dymarek <gregd72002@gmail.com>
  8. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  9. (rebased against v0.1.0)
  10. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
  11. (rebased against v0.6.3)
  12. Signed-off-by: Adam Duskett <Aduskett@gmail.com>
  13. ---
  14. configure.ac | 1 -
  15. 1 file changed, 1 deletion(-)
  16. diff --git a/configure.ac b/configure.ac
  17. index 257ea8c..ca17a29 100644
  18. --- a/configure.ac
  19. +++ b/configure.ac
  20. @@ -20,7 +20,6 @@ LT_INIT
  21. # Common CFLAGS
  22. CFLAGS="$CFLAGS \
  23. -fPIC \
  24. - -fstack-protector-all \
  25. -fstrict-aliasing \
  26. -ggdb3 \
  27. -pthread \
  28. --
  29. 2.20.1