mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Fix goaccess and other partial fix
This commit is contained in:
parent
fd112d8640
commit
34ff7b8348
@ -1,5 +1,6 @@
|
||||
[source]
|
||||
git = "https://github.com/Byron/gitoxide.git"
|
||||
shallow_clone = true
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
@ -11,4 +12,3 @@ export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
|
||||
export OPENSSL_STATIC="true"
|
||||
cookbook_cargo
|
||||
"""
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
[source]
|
||||
git = "https://github.com/luarocks/luarocks.git"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# XXX: Do not distribute https://github.com/sm64pc/sm64ex/issues/89
|
||||
[source]
|
||||
git = "https://github.com/jackpot51/sm64ex.git"
|
||||
|
||||
|
||||
@ -30,15 +30,10 @@ chmod +x "$COOKBOOK_BUILD/bin2c"
|
||||
export COOKBOOK_NOSTRIP=1
|
||||
DYNAMIC_INIT
|
||||
COOKBOOK_CONFIGURE_FLAGS+=(
|
||||
--host=$ARCH-unknown-redox
|
||||
--enable-utf8
|
||||
--disable-geoip
|
||||
--prefix=/usr
|
||||
--disable-dependency-tracking
|
||||
--with-bin2c-path="$COOKBOOK_BUILD/src/bin2c"
|
||||
)
|
||||
cookbook_configure
|
||||
"""
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user