ports/lang/ghc-8.10.7/patches/patch-configure

14 lines
439 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
$OpenBSD: patch-configure,v 1.1.1.1 2023/03/09 18:59:42 kili Exp $
Index: configure
--- configure.orig
+++ configure
@@ -9979,7 +9979,7 @@ else $as_nop
if test "$Unregisterised" = "YES"; then
# These used to be conditioned on gcc version but we no longer support
# GCC versions which lack support for these flags
- fp_cv_gcc_extra_opts="-fwrapv -fno-builtin"
+ fp_cv_gcc_extra_opts="-fno-pie -fwrapv -fno-builtin"
fi
fi