Fixes for gigalomania and glib

This commit is contained in:
Jeremy Soller 2019-01-06 16:52:17 -07:00
parent ef52e78ecc
commit dbe1236704
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
2 changed files with 2 additions and 2 deletions

View File

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

View File

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