retroshare-service deep search support for Android

This commit is contained in:
Gioacchino Mazzurco 2018-10-06 01:23:08 +02:00
parent b28512b889
commit 2b3570903f
No known key found for this signature in database
GPG key ID: A1FBCA3872E87051
2 changed files with 40 additions and 5 deletions

View file

@ -970,6 +970,9 @@ test_bitdht {
################################# Android #####################################
android-* {
## TODO: This probably disable largefile support and maybe is not necessary with
## __ANDROID_API__ >= 24 hence should be made conditional or moved to a
## compatibility header
DEFINES *= "fopen64=fopen"
DEFINES *= "fseeko64=fseeko"
DEFINES *= "ftello64=ftello"