Module: wine Branch: master Commit: 945d3cf773e681a53d4686b4408d9d0ef3682ed0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=945d3cf773e681a53d4686b440...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Nov 17 12:50:07 2015 +0900
configure: Use the standard dll directory on Android.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 1 - configure.ac | 1 - 2 files changed, 2 deletions(-)
diff --git a/configure b/configure index 03dbfee..b8504ec 100755 --- a/configure +++ b/configure @@ -8241,7 +8241,6 @@ fi
linux-android*) DLLFLAGS="$DLLFLAGS -fPIC" - dlldir="${libdir}" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; } if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then : diff --git a/configure.ac b/configure.ac index 5d34272..e265fcd 100644 --- a/configure.ac +++ b/configure.ac @@ -848,7 +848,6 @@ case $host_os in
linux-android*) DLLFLAGS="$DLLFLAGS -fPIC" - dlldir="${libdir}" WINE_TRY_CFLAGS([-fPIC -Wl,--export-dynamic], [LDEXECFLAGS="-Wl,--export-dynamic"]) WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,$ORIGIN/../lib],