Module: wine Branch: master Commit: 90520f7fc4a7875c93a73519efbe6dea2914721f URL: http://source.winehq.org/git/wine.git/?a=commit;h=90520f7fc4a7875c93a73519ef...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Sep 26 14:36:02 2013 +0200
configure: Set the library prefix to "lib" on Android.
---
configure | 1 + configure.ac | 1 + 2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/configure b/configure index cf4bbd5..317bade 100755 --- a/configure +++ b/configure @@ -6903,6 +6903,7 @@ clean:: linux-android*) DLLFLAGS="$DLLFLAGS -fPIC" DLLEXT=".so" + DLLPREFIX="lib" { $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 337235c..8ac0216 100644 --- a/configure.ac +++ b/configure.ac @@ -872,6 +872,7 @@ clean:: linux-android*) DLLFLAGS="$DLLFLAGS -fPIC" DLLEXT=".so" + DLLPREFIX="lib" WINE_TRY_CFLAGS([-fPIC -Wl,--export-dynamic], [AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"])]) WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,$ORIGIN/../lib],