freeciv: enable server

This commit is contained in:
Jeremy Soller 2025-04-11 21:01:06 -06:00
parent bfcb7a16ee
commit aada86d013
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -37,7 +37,6 @@ export SDL2_LIBS="\
-lz \
"
COOKBOOK_CONFIGURE_FLAGS+=(
--disable-server
--enable-fcdb=no
--enable-fcmp=no
--enable-ipv6=no
@ -48,4 +47,4 @@ COOKBOOK_CONFIGURE_FLAGS+=(
)
export V=1
cookbook_configure
"""
"""