0
0
Fork 0
haikuports/app-shells/mksh/patches/mksh-57.patch

13 lines
517 B
Diff

--- a/Build.sh
+++ b/Build.sh
@@ -1431,9 +1431,6 @@ gcc)
# mksh is not written in CFrustFrust!
ac_flags 1 no_eh_frame -fno-asynchronous-unwind-tables
ac_flags 1 fnostrictaliasing -fno-strict-aliasing
- ac_flags 1 fstackprotectorstrong -fstack-protector-strong
- test 1 = $HAVE_CAN_FSTACKPROTECTORSTRONG || \
- ac_flags 1 fstackprotectorall -fstack-protector-all
test $cm = dragonegg && case " $CC $CFLAGS $LDFLAGS " in
*\ -fplugin=*dragonegg*) ;;
*) ac_flags 1 fplugin_dragonegg -fplugin=dragonegg ;;