mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Add bash recipe.toml
This commit is contained in:
parent
f6baea67ce
commit
85bf534f77
21
recipes/bash/recipe.toml
Normal file
21
recipes/bash/recipe.toml
Normal file
@ -0,0 +1,21 @@
|
||||
[source]
|
||||
tar = "http://ftp.gnu.org/gnu/bash/bash-4.4.tar.gz"
|
||||
dependencies = [
|
||||
"gettext"
|
||||
]
|
||||
patches = [
|
||||
"redox.patch"
|
||||
]
|
||||
script = """
|
||||
wget -O support/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
|
||||
"""
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
COOKBOOK_CONFIGURE_FLAGS+=(
|
||||
--disable-readline
|
||||
bash_cv_getenv_redef=no
|
||||
)
|
||||
cookbook_configure
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user