Module: wine Branch: master Commit: 861dd85cc2891f9d828a8c80b9a38bfd4a446031 URL: http://source.winehq.org/git/wine.git/?a=commit;h=861dd85cc2891f9d828a8c80b9...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Nov 17 12:49:13 2015 +0900
configure: Disable the preloader on Android.
It cannot work anymore now that Android requires PIE binaries.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 1 + configure.ac | 1 + 2 files changed, 2 insertions(+)
diff --git a/configure b/configure index 3a5a309..03dbfee 100755 --- a/configure +++ b/configure @@ -14938,6 +14938,7 @@ case $build_os in esac
case $host_os in + linux-android*) ;; linux*) case $host_cpu in *i[3456789]86*|x86_64*) diff --git a/configure.ac b/configure.ac index 8bdfade..5d34272 100644 --- a/configure.ac +++ b/configure.ac @@ -1928,6 +1928,7 @@ case $build_os in esac
case $host_os in + linux-android*) ;; linux*) case $host_cpu in *i[[3456789]]86*|x86_64*)