mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
freeciv: Add openssl dependency
This commit is contained in:
parent
649e1c70f8
commit
864587540f
@ -1,6 +1,6 @@
|
||||
VERSION=2.6.0
|
||||
TAR=http://files.freeciv.org/stable/freeciv-$VERSION.tar.bz2
|
||||
BUILD_DEPENDS=(curl freetype libiconv liborbital libpng sdl sdl_gfx sdl_image sdl_mixer sdl_ttf zlib)
|
||||
BUILD_DEPENDS=(curl freetype libiconv liborbital libpng openssl sdl sdl_gfx sdl_image sdl_mixer sdl_ttf zlib)
|
||||
|
||||
function recipe_version {
|
||||
echo "$VERSION"
|
||||
@ -17,7 +17,7 @@ function recipe_build {
|
||||
sysroot="$(realpath ../sysroot)"
|
||||
export CFLAGS="-I$sysroot/include"
|
||||
export LDFLAGS="-L$sysroot/lib"
|
||||
export LIBS="-lpthread"
|
||||
export LIBS="-Wl,--whole-archive -lpthread -Wl,--no-whole-archive"
|
||||
./configure \
|
||||
--host="$HOST" \
|
||||
--prefix='' \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user