summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build_appimg.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_appimg.sh b/build_appimg.sh
index da60d84..aab5720 100644
--- a/build_appimg.sh
+++ b/build_appimg.sh
@@ -7,7 +7,7 @@ mkdir manaplus
cd manaplus
-git clone https://gitlab.com/themanaworld/manaplus/manaplus.git manaplus
+git clone https://git.themanaworld.org/mana/plus.git manaplus
cd manaplus
@@ -17,7 +17,7 @@ dir=`pwd`
autoreconf -i
-./configure --prefix=$dir/run \
+CPPFLAGS="-DTCP_THIN_LINEAR_TIMEOUTS -DTCP_THIN_DUPACK" ./configure --prefix=$dir/run \
--enable-commandlinepassword \
--datadir=$dir/run/share/games \
--bindir=$dir/run/bin \