Alexandre Julliard : configure: Disable the preloader on Android.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Nov 17 09:57:47 CST 2015


Module: wine
Branch: master
Commit: 861dd85cc2891f9d828a8c80b9a38bfd4a446031
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=861dd85cc2891f9d828a8c80b9a38bfd4a446031

Author: Alexandre Julliard <julliard at 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 at 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*)




More information about the wine-cvs mailing list