Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
770d902d
Commit
770d902d
authored
Sep 26, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Store all libraries in libdir on Android.
parent
90520f7f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
Make.vars.in
Make.vars.in
+1
-1
configure
configure
+4
-0
configure.ac
configure.ac
+2
-0
No files found.
Make.vars.in
View file @
770d902d
...
@@ -10,7 +10,7 @@ infodir = @infodir@
...
@@ -10,7 +10,7 @@ infodir = @infodir@
mandir = @mandir@
mandir = @mandir@
fontdir = $(datadir)/wine/fonts
fontdir = $(datadir)/wine/fonts
includedir = @includedir@/wine
includedir = @includedir@/wine
dlldir = @
libdir@/wine
dlldir = @
dlldir@
fakedlldir = $(dlldir)/fakedlls
fakedlldir = $(dlldir)/fakedlls
top_srcdir = @top_srcdir@
top_srcdir = @top_srcdir@
top_builddir = @top_builddir@
top_builddir = @top_builddir@
...
...
configure
View file @
770d902d
...
@@ -715,6 +715,7 @@ IMPLIBEXT
...
@@ -715,6 +715,7 @@ IMPLIBEXT
DLLFLAGS
DLLFLAGS
DLLPREFIX
DLLPREFIX
DLLEXT
DLLEXT
dlldir
CPP
CPP
OPENGL_LIBS
OPENGL_LIBS
XLIB
XLIB
...
@@ -6408,6 +6409,8 @@ done
...
@@ -6408,6 +6409,8 @@ done
dlldir
=
"
\$
{libdir}/wine"
DLLEXT
=
""
DLLEXT
=
""
DLLPREFIX
=
""
DLLPREFIX
=
""
...
@@ -6904,6 +6907,7 @@ clean::
...
@@ -6904,6 +6907,7 @@ clean::
DLLFLAGS
=
"
$DLLFLAGS
-fPIC"
DLLFLAGS
=
"
$DLLFLAGS
-fPIC"
DLLEXT
=
".so"
DLLEXT
=
".so"
DLLPREFIX
=
"lib"
DLLPREFIX
=
"lib"
dlldir
=
"
\$
{libdir}"
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether the compiler supports -fPIC -Wl,--export-dynamic"
>
&5
{
$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
;
}
$as_echo_n
"checking whether the compiler supports -fPIC -Wl,--export-dynamic... "
>
&6
;
}
if
${
ac_cv_cflags__fPIC__Wl___export_dynamic
+
:
}
false
;
then
:
if
${
ac_cv_cflags__fPIC__Wl___export_dynamic
+
:
}
false
;
then
:
...
...
configure.ac
View file @
770d902d
...
@@ -676,6 +676,7 @@ AC_CHECK_HEADERS([libprocstat.h],,,
...
@@ -676,6 +676,7 @@ AC_CHECK_HEADERS([libprocstat.h],,,
dnl **** Check for working dll ****
dnl **** Check for working dll ****
AC_SUBST(dlldir,"\${libdir}/wine")
AC_SUBST(DLLEXT,"")
AC_SUBST(DLLEXT,"")
AC_SUBST(DLLPREFIX,"")
AC_SUBST(DLLPREFIX,"")
AC_SUBST(DLLFLAGS,"-D_REENTRANT")
AC_SUBST(DLLFLAGS,"-D_REENTRANT")
...
@@ -873,6 +874,7 @@ clean::
...
@@ -873,6 +874,7 @@ clean::
DLLFLAGS="$DLLFLAGS -fPIC"
DLLFLAGS="$DLLFLAGS -fPIC"
DLLEXT=".so"
DLLEXT=".so"
DLLPREFIX="lib"
DLLPREFIX="lib"
dlldir="\${libdir}"
WINE_TRY_CFLAGS([-fPIC -Wl,--export-dynamic],
WINE_TRY_CFLAGS([-fPIC -Wl,--export-dynamic],
[AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"])])
[AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"])])
WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib],
WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib],
...
...
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