Files
firezone/omnibus/config/patches/ruby/ruby-no-stack-protector.patch
Jamil Bou Kheir fc18ed2f0a Cookbook added
2021-08-16 23:39:48 +00:00

14 lines
324 B
Diff

diff --git a/configure.dist b/configure
index d83c15a..bd4813c 100755
--- a/configure.dist
+++ b/configure
@@ -7491,7 +7491,7 @@ main ()
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
- stack_protector=yes
+ stack_protector=no
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
else