From 90520f7fc4a7875c93a73519efbe6dea2914721f Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 26 Sep 2013 14:36:02 +0200 Subject: [PATCH] configure: Set the library prefix to "lib" on Android. --- configure | 1 + configure.ac | 1 + 2 files changed, 2 insertions(+) diff --git a/configure b/configure index cf4bbd5dd0c..317bade0ae9 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 337235c1164..8ac0216f8d1 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],