Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
a639db3e
Commit
a639db3e
authored
Apr 22, 2021
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Stop building libwine on Android.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
9f2751ca
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
12 deletions
+0
-12
configure
configure
+0
-6
configure.ac
configure.ac
+0
-4
loader.c
dlls/ntdll/unix/loader.c
+0
-2
No files found.
configure
View file @
a639db3e
...
...
@@ -9164,12 +9164,6 @@ if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
fi
WINEPRELOADER_LDFLAGS
=
"-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
LIBWINE_SHAREDLIB
=
"libwine.so"
LIBWINE_LDFLAGS
=
"-shared -Wl,-soname,libwine.so"
TOP_INSTALL_LIB
=
"
$TOP_INSTALL_LIB
libs/wine/libwine.so"
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for -lEGL"
>
&5
$as_echo_n
"checking for -lEGL... "
>
&6
;
}
if
${
ac_cv_lib_soname_EGL
+
:
}
false
;
then
:
...
...
configure.ac
View file @
a639db3e
...
...
@@ -893,10 +893,6 @@ case $host_os in
[WINELOADER_LDFLAGS="-Wl,--export-dynamic"])
WINEPRELOADER_LDFLAGS="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
AC_SUBST(LIBWINE_SHAREDLIB,"libwine.so")
AC_SUBST(LIBWINE_LDFLAGS,["-shared -Wl,-soname,libwine.so"])
TOP_INSTALL_LIB="$TOP_INSTALL_LIB libs/wine/libwine.so"
WINE_CHECK_SONAME(EGL,eglGetProcAddress)
WINE_CHECK_SONAME(GLESv2,glFlush)
...
...
dlls/ntdll/unix/loader.c
View file @
a639db3e
...
...
@@ -935,8 +935,6 @@ static void load_libwine(void)
{
#ifdef __APPLE__
#define LIBWINE "libwine.1.dylib"
#elif defined(__ANDROID__)
#define LIBWINE "libwine.so"
#else
#define LIBWINE "libwine.so.1"
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment