From f001517ce2e4fa25090f5c77947409f10f7d0a9e Mon Sep 17 00:00:00 2001 From: minnyres <40790553+minnyres@users.noreply.github.com> Date: Mon, 17 Jan 2022 17:52:16 +0800 Subject: [PATCH] Update amule-2.3.3.sh --- scripts/amule-2.3.3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/amule-2.3.3.sh b/scripts/amule-2.3.3.sh index 373bd20..a7e6981 100755 --- a/scripts/amule-2.3.3.sh +++ b/scripts/amule-2.3.3.sh @@ -101,7 +101,7 @@ cd aMule-2.3.3 patch -p0 < ../../patches/amule-fix-upnp_cross_compile.patch patch -p0 < ../../patches/amule-fix-wchar_t.patch -patch -p0 < ../../patches/amule-fix-unzip.patch +patch -p1 < ../../patches/amule-fix-unzip.patch ./autogen.sh ./configure CPPFLAGS="-I$BUILDDIR/tmp/zlib/include -I$BUILDDIR/tmp/libpng/include" LDFLAGS="-L$BUILDDIR/tmp/zlib/lib -L$BUILDDIR/tmp/libpng/lib" --prefix=$BUILDDIR/pkg --host=$TARGET --enable-amule-daemon --enable-webserver --enable-amulecmd --enable-amule-gui --enable-cas --enable-wxcas --enable-alc --enable-alcc --enable-fileview --enable-static --enable-geoip --disable-debug --enable-optimize --enable-mmap --with-zlib=$BUILDDIR/tmp/zlib --with-wx-prefix=$BUILDDIR/tmp/wxwidgets --with-wx-config=$BUILDDIR/tmp/wxwidgets/bin/wx-config --with-crypto-prefix=$BUILDDIR/tmp/cryptopp --with-libintl-prefix=$BUILDDIR/tmp/gettext --with-libiconv-prefix=$BUILDDIR/tmp/libiconv --with-geoip-static -with-geoip-lib=$BUILDDIR/tmp/geoip/lib --with-geoip-headers=$BUILDDIR/tmp/geoip/include --with-libpng-prefix=$BUILDDIR/tmp/libpng --with-libpng-config=$BUILDDIR/tmp/libpng/bin/libpng-config --enable-static-boost --with-boost=$BUILDDIR/tmp/boost --with-libupnp-prefix=$BUILDDIR/tmp/libupnp --enable-ccache --with-denoise-level=0 >configure.log.txt 2>&1