configure: Use the standard dll directory on Android.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2015-11-17 12:50:07 +09:00
parent 861dd85cc2
commit 945d3cf773
2 changed files with 0 additions and 2 deletions

1
configure vendored
View File

@ -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 :

View File

@ -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],