Kiwix: attempt building 1.96
Fails on my 64-bit machine due to some include errors (size_t could not be resolved), it might work on the 32-bit buildserver.
This commit is contained in:
parent
ac00b1f255
commit
0cbd2810a0
|
@ -28,12 +28,27 @@ Build:1.6,1
|
||||||
build=NDK_PATH=$$NDK$$ && \
|
build=NDK_PATH=$$NDK$$ && \
|
||||||
./build-android-with-native.py --toolchain --lzma --zim --kiwix --strip
|
./build-android-with-native.py --toolchain --lzma --zim --kiwix --strip
|
||||||
|
|
||||||
|
Build:1.96,26
|
||||||
|
commit=8e41054654511495dbb92f5932fe0def5682ab91
|
||||||
|
subdir=android
|
||||||
|
rm=ios,src/sugar,android/libs
|
||||||
|
gradle=yes
|
||||||
|
ndk=r9b
|
||||||
|
build=cd .. && \
|
||||||
|
./autogen.sh && \
|
||||||
|
./configure --disable-staticbins --disable-manager --disable-server --disable-launcher --disable-indexer --disable-installer --disable-searcher --disable-reader --disable-components --enable-android --enable-compileall && \
|
||||||
|
pushd src/dependencies && \
|
||||||
|
make icudt49l.dat xz icu zimlib-1.2 zimlib-1.2/build/lib/libzim.so && \
|
||||||
|
popd && \
|
||||||
|
cd android && \
|
||||||
|
NDK_PATH=$$NDK$$ ./build-android-with-native.py --toolchain --lzma --icu --zim --kiwix --strip
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Used to be tagged, but none are recent. RepoManifest is newer than current release.
|
Don't run `make android-deps` as that will download the SDK and NDK.
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Static
|
Update Check Mode:RepoManifest
|
||||||
Current Version:1.6
|
Current Version:1.96
|
||||||
Current Version Code:1
|
Current Version Code:26
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue