mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-10-31 09:20:23 +00:00
update GNU Bash to 5.0
This commit is contained in:
parent
029f4b4640
commit
fb7cf8a6a3
@ -96,6 +96,9 @@
|
||||
* OpenLauncher (0.6.1-nightly-190106)
|
||||
* this is the last custom build of OpenLauncher, official builds will be used in the future.
|
||||
|
||||
* tools
|
||||
* GNU Bash (5.0-0)
|
||||
|
||||
## 20.4.20181230 "Constitution"
|
||||
|
||||
### Notes
|
||||
|
Binary file not shown.
Binary file not shown.
@ -29,9 +29,9 @@
|
||||
MACHINE="arm"
|
||||
OS="linux-gnueabi"
|
||||
CC="arm-linux-gnueabi-gcc"
|
||||
CFLAGS=" -DPROGRAM='bash' -DCONF_HOSTTYPE='arm' -DCONF_OSTYPE='linux-gnueabi' -DCONF_MACHTYPE='arm-unknown-linux-gnueabi' -DCONF_VENDOR='unknown' -DLOCALEDIR='/usr/local/share/locale' -DPACKAGE='bash' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -g -O2 -Wno-parentheses -Wno-format-security"
|
||||
RELEASE="4.4"
|
||||
PATCHLEVEL="23"
|
||||
CFLAGS="-g -O2 -Wno-parentheses -Wno-format-security"
|
||||
RELEASE="5.0"
|
||||
PATCHLEVEL="0"
|
||||
RELSTATUS="release"
|
||||
MACHTYPE="arm-unknown-linux-gnueabi"
|
||||
|
||||
@ -117,7 +117,6 @@ alpha*|beta*|devel*|rc*)
|
||||
esac ;;
|
||||
esac
|
||||
|
||||
BUGBASH="${BUGBASH},bash@packages.debian.org"
|
||||
BUGADDR="${1-$BUGBASH}"
|
||||
|
||||
if [ -z "$DEFEDITOR" ] && [ -z "$EDITOR" ]; then
|
||||
|
@ -29,9 +29,9 @@
|
||||
MACHINE="i686"
|
||||
OS="linux-gnu"
|
||||
CC="gcc"
|
||||
CFLAGS=" -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/local/share/locale' -DPACKAGE='bash' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -g -O2 -Wno-parentheses -Wno-format-security"
|
||||
RELEASE="4.4"
|
||||
PATCHLEVEL="23"
|
||||
CFLAGS="-g -O2 -Wno-parentheses -Wno-format-security"
|
||||
RELEASE="5.0"
|
||||
PATCHLEVEL="0"
|
||||
RELSTATUS="release"
|
||||
MACHTYPE="i686-pc-linux-gnu"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user