diff options
Diffstat (limited to 'app-shells/bash/files/bash-4.4-set-SHOBJ_STATUS.patch')
-rw-r--r-- | app-shells/bash/files/bash-4.4-set-SHOBJ_STATUS.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-shells/bash/files/bash-4.4-set-SHOBJ_STATUS.patch b/app-shells/bash/files/bash-4.4-set-SHOBJ_STATUS.patch new file mode 100644 index 000000000000..96302c2030e7 --- /dev/null +++ b/app-shells/bash/files/bash-4.4-set-SHOBJ_STATUS.patch @@ -0,0 +1,14 @@ +http://lists.gnu.org/archive/html/bug-bash/2016-10/msg00004.html + +--- a/configure ++++ b/configure +@@ -16124,6 +16124,9 @@ $as_echo_n "checking shared object configuration for loadable builtins... " >&6; + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SHOBJ_STATUS" >&5 + $as_echo "$SHOBJ_STATUS" >&6; } ++else ++ SHOBJ_STATUS=unsupported ++ + fi + + # try to create a directory tree if the source is elsewhere |