summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <jesusalva@tmw2.org>2022-06-12 18:12:05 +0000
committerJesusaves <jesusalva@tmw2.org>2022-06-12 18:12:05 +0000
commit50cd97bc48840222182734790ec2e5b459b45421 (patch)
tree31e512d9425b8819ecbd1bff6e66281b55b0d168
parenta748e5e4b6da18723812a50087247b563484ce85 (diff)
downloadappimg-builder-50cd97bc48840222182734790ec2e5b459b45421.tar.gz
appimg-builder-50cd97bc48840222182734790ec2e5b459b45421.tar.bz2
appimg-builder-50cd97bc48840222182734790ec2e5b459b45421.tar.xz
appimg-builder-50cd97bc48840222182734790ec2e5b459b45421.zip
Fix URL and start building nightlies with THIN_STREAM
-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 \