Commit 14096623 authored by Alexandre Julliard's avatar Alexandre Julliard

configure: Set the libwine soname on Android.

parent 4f01bee4
......@@ -8380,7 +8380,7 @@ fi
LIBWINE_INSTALL_LIB="libwine.so"
LIBWINE_LDFLAGS="-shared"
LIBWINE_LDFLAGS="-shared -Wl,-soname,libwine.so"
;;
......
......@@ -860,7 +860,7 @@ case $host_os in
AC_SUBST(LIBWINE_SHAREDLIB,"libwine.so")
AC_SUBST(LIBWINE_INSTALL_LIB,"libwine.so")
AC_SUBST(LIBWINE_LDFLAGS,"-shared")
AC_SUBST(LIBWINE_LDFLAGS,["-shared -Wl,-soname,libwine.so"])
;;
*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment