Files
haikuports/app-shells/mksh/patches/mksh-59c.patch
Zoltán Mizsei 97300a72ee mksh: bump
2022-03-14 19:52:11 +01:00

13 lines
517 B
Diff

--- a/Build.sh
+++ b/Build.sh
@@ -1554,9 +1554,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 ;;