summaryrefslogtreecommitdiffstats
path: root/debian/patches/bash-musl.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/bash-musl.diff')
-rw-r--r--debian/patches/bash-musl.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/patches/bash-musl.diff b/debian/patches/bash-musl.diff
new file mode 100644
index 0000000..9f3cb1e
--- /dev/null
+++ b/debian/patches/bash-musl.diff
@@ -0,0 +1,11 @@
+--- a/m4/strtoimax.m4
++++ b/m4/strtoimax.m4
+@@ -29,7 +29,7 @@
+ fi
+ ])
+ AC_MSG_RESULT($bash_cv_func_strtoimax)
+-if test $bash_cv_func_strtoimax = yes; then
++if test $bash_cv_func_strtoimax = no; then
+ AC_LIBOBJ(strtoimax)
+ fi
+ ])