diff options
author | midipix <writeonce@midipix.org> | 2023-05-07 05:23:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2023-05-07 05:32:43 +0000 |
commit | b119baa00d4284ac9b2db8083a2e9da46a040faa (patch) | |
tree | bb0a7ca4d59341483a1edcd6956f1d754d0d22bb | |
parent | a6044971403d8f7f40bef5e6fe0207aafa5b6f95 (diff) | |
download | sbpython2-b119baa00d4284ac9b2db8083a2e9da46a040faa.tar.bz2 sbpython2-b119baa00d4284ac9b2db8083a2e9da46a040faa.tar.xz |
build system: ./configure: base SHELL on the environment's CONFIG_SHELL.
-rw-r--r-- | config.usage | 2 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | sofort/config/config.vars | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/config.usage b/config.usage index 33d1e58..41fe629 100644 --- a/config.usage +++ b/config.usage @@ -143,7 +143,7 @@ supported variables: TOOLCHAIN SYSROOT CROSS_COMPILE - SHELL + CONFIG_SHELL PKGCONF PKGCONFIG @@ -275,7 +275,7 @@ init_vars() mb_toolchain=$TOOLCHAIN mb_sysroot=$SYSROOT mb_cross_compile=$CROSS_COMPILE - mb_shell=$SHELL + mb_shell=$CONFIG_SHELL # pkgconf mb_pkgconf=$PKGCONF diff --git a/sofort/config/config.vars b/sofort/config/config.vars index 0c01a29..38d5616 100644 --- a/sofort/config/config.vars +++ b/sofort/config/config.vars @@ -54,6 +54,7 @@ zealous sysroot freestanding cross_compile +config_shell shell pkgconf |