mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Fixes for gigalomania and glib
This commit is contained in:
parent
ef52e78ecc
commit
dbe1236704
@ -1,5 +1,5 @@
|
||||
VERSION=0.27
|
||||
GIT=https://github.com/fabiao/gigalomania
|
||||
GIT=https://gitlab.redox-os.org/redox-os/gigalomania.git
|
||||
BRANCH=master
|
||||
BUILD_DEPENDS=(sdl_mixer sdl_image sdl liborbital libpng libjpeg zlib)
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ function recipe_build {
|
||||
sysroot="$(realpath ../sysroot)"
|
||||
export CFLAGS="-I$sysroot/include"
|
||||
export LDFLAGS="-L$sysroot/lib"
|
||||
glib_cv_stack_grows=no ./autogen.sh \
|
||||
glib_cv_stack_grows=no glib_cv_uscore=no ./autogen.sh \
|
||||
--host=${HOST} \
|
||||
--prefix=/ \
|
||||
--disable-shared \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user