Fix goaccess and other partial fix

This commit is contained in:
Wildan M 2026-05-09 07:19:58 +02:00
parent fd112d8640
commit 34ff7b8348
4 changed files with 3 additions and 6 deletions

View File

@ -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
"""

View File

@ -1,5 +1,6 @@
[source]
git = "https://github.com/luarocks/luarocks.git"
shallow_clone = true
[build]
template = "custom"
dependencies = [

View File

@ -1,3 +1,4 @@
# XXX: Do not distribute https://github.com/sm64pc/sm64ex/issues/89
[source]
git = "https://github.com/jackpot51/sm64ex.git"

View File

@ -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
"""