File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ patch -p1 <../../patches/amule-fix-dlp.patch
19
19
patch -p1 < ../../patches/amule-fix-boost_llvm.patch
20
20
21
21
./autogen.sh
22
- ./configure CPPFLAGS=" $CPPFLAGS -Wno-error=register - D_UNICODE=1 -DUNICODE=1" \
22
+ ./configure CPPFLAGS=" $CPPFLAGS -D_UNICODE=1 -DUNICODE=1" \
23
23
LDFLAGS=" $LDFLAGS -lintl -pthread" \
24
24
CXXFLAGS=" $CXXFLAGS -DCURL_STATICLIB -pthread" CFLAGS=" $CFLAGS -DCURL_STATICLIB -pthread" \
25
25
--prefix=$BUILDDIR /amule-dlp --host=$TARGET \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ patch -p1 <../../patches/amule-fix-boost_llvm.patch
18
18
patch -p1 < ../../patches/0001-Apply-the-patch-for-wx-3.2-support-customized-by-deb.patch
19
19
20
20
./autogen.sh
21
- ./configure CPPFLAGS=" $CPPFLAGS -Wno-error=register - D_UNICODE=1 -DUNICODE=1" \
21
+ ./configure CPPFLAGS=" $CPPFLAGS -D_UNICODE=1 -DUNICODE=1" \
22
22
LDFLAGS=" $LDFLAGS -lintl -pthread" \
23
23
CXXFLAGS=" $CXXFLAGS -DCURL_STATICLIB -pthread" CFLAGS=" $CFLAGS -DCURL_STATICLIB -pthread" \
24
24
--prefix=$BUILDDIR /amule --host=$TARGET \
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export PKG_CONFIG_PATH=$PKG_CONFIG_LIBDIR
55
55
export PKG_CONFIG_SYSROOT_DIR=$BUILDDIR
56
56
export CXXFLAGS=" -g0 -O2"
57
57
export CFLAGS=" -g0 -O2"
58
- export CPPFLAGS=" -I$BUILDDIR /libiconv/include -I$BUILDDIR /zlib/include -I$BUILDDIR /libpng/include -I$BUILDDIR /gettext/include -Wno-error=incompatible-pointer-types"
58
+ export CPPFLAGS=" -I$BUILDDIR /libiconv/include -I$BUILDDIR /zlib/include -I$BUILDDIR /libpng/include -I$BUILDDIR /gettext/include -Wno-error=register -Wno-error=incompatible-pointer-types"
59
59
export LDFLAGS=" -L$BUILDDIR /libiconv/lib -L$BUILDDIR /zlib/lib -L$BUILDDIR /libpng/lib -L$BUILDDIR /gettext/lib -s --static"
60
60
61
61
mkdir -p amule
You can’t perform that action at this time.
0 commit comments