0003-disable-PIE-support.patch 720 B

1234567891011121314151617181920212223242526
  1. From 712675fbd2a736df817fecd7bfb39055946ef85b Mon Sep 17 00:00:00 2001
  2. From: Waldemar Brodkorb <wbx@openadk.org>
  3. Date: Sun, 13 Aug 2023 13:48:03 +0200
  4. Subject: [PATCH] disable PIE support
  5. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
  6. Upstream: N/A Not upstreamable
  7. ---
  8. wscript | 1 -
  9. 1 file changed, 1 deletion(-)
  10. diff --git a/wscript b/wscript
  11. index 292e3a45b..105c7eac2 100644
  12. --- a/wscript
  13. +++ b/wscript
  14. @@ -299,7 +299,6 @@ def configure(ctx):
  15. cc_test_flags = [
  16. ('PIC', '-fPIC'),
  17. - ('PIE', '-pie -fPIE'),
  18. # this quiets most of macOS warnings on -fpie
  19. ('unused', '-Qunused-arguments'),
  20. # This is a useless warning on any architecture with a barrel
  21. --
  22. 2.39.2