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
b07cc3fe
Commit
b07cc3fe
authored
Sep 09, 2020
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Get rid of rpath support.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
72389617
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
222 deletions
+0
-222
Makefile.in
Makefile.in
+0
-2
configure
configure
+0
-174
configure.ac
configure.ac
+0
-22
makedep.c
tools/makedep.c
+0
-24
No files found.
Makefile.in
View file @
b07cc3fe
...
...
@@ -76,8 +76,6 @@ MAKEDEP = $(TOOLSDIR)/tools/makedep$(TOOLSEXT)
DELAYLOADFLAG
=
@DELAYLOADFLAG@
PACKAGE_VERSION
=
@PACKAGE_VERSION@
SED_CMD
=
LC_ALL
=
C
sed
-e
's,@bindir\@,${bindir},g'
-e
's,@dlldir\@,${dlldir},g'
-e
's,@srcdir\@,${srcdir},g'
-e
's,@PACKAGE_STRING\@,@PACKAGE_STRING@,g'
-e
's,@PACKAGE_VERSION\@,@PACKAGE_VERSION@,g'
LDRPATH_INSTALL
=
@LDRPATH_INSTALL@
LDRPATH_LOCAL
=
@LDRPATH_LOCAL@
api_manext
=
3w
WINELOADER_PROGRAMS
=
@WINELOADER_PROGRAMS@
WINELOADER_DEPENDS
=
@WINELOADER_DEPENDS@
...
...
configure
View file @
b07cc3fe
...
...
@@ -750,8 +750,6 @@ TOP_INSTALL_DEV
TOP_INSTALL_LIB
LDEXECFLAGS
LDDLLFLAGS
LDRPATH_LOCAL
LDRPATH_INSTALL
DLLFLAGS
CPP
OPENGL_LIBS
...
...
@@ -7882,10 +7880,6 @@ done
DLLFLAGS
=
"-D_REENTRANT"
LDRPATH_INSTALL
=
""
LDRPATH_LOCAL
=
""
LDDLLFLAGS
=
""
LDEXECFLAGS
=
""
...
...
@@ -8715,8 +8709,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
LIBEXT
=
"dylib"
DLLFLAGS
=
"
$DLLFLAGS
-fPIC"
LDDLLFLAGS
=
"-fPIC"
LDRPATH_INSTALL
=
"-Wl,-rpath,@loader_path/
\`\$
(MAKEDEP) -R
\$
{bindir}
\$
{libdir}
\`
"
LDRPATH_LOCAL
=
"-Wl,-rpath,@loader_path/
\$
(top_builddir)/libs/wine"
COREFOUNDATION_LIBS
=
"-framework CoreFoundation"
IOKIT_LIBS
=
"-framework IOKit -framework CoreFoundation"
...
...
@@ -9174,88 +9166,6 @@ if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
WINELOADER_LDFLAGS
=
"-Wl,--export-dynamic"
fi
WINEPRELOADER_LDFLAGS
=
"-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
as_ac_var
=
`
$as_echo
"ac_cv_cflags_-fPIC -Wl,--rpath,
\\
$ORIGIN
/../lib"
|
$as_tr_sh
`
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether the compiler supports -fPIC -Wl,--rpath,
\$
ORIGIN/../lib"
>
&5
$as_echo_n
"checking whether the compiler supports -fPIC -Wl,--rpath,
\$
ORIGIN/../lib... "
>
&6
;
}
if
eval
\$
{
$as_ac_var
+:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
ac_wine_try_cflags_saved
=
$CFLAGS
CFLAGS
=
"
$CFLAGS
-fPIC -Wl,--rpath,
\$
ORIGIN/../lib"
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
int main(int argc, char **argv) { return 0; }
_ACEOF
if
ac_fn_c_try_link
"
$LINENO
"
;
then
:
eval
"
$as_ac_var
=yes"
else
eval
"
$as_ac_var
=no"
fi
rm
-f
core conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
CFLAGS
=
$ac_wine_try_cflags_saved
fi
eval
ac_res
=
\$
$as_ac_var
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$ac_res
"
>
&5
$as_echo
"
$ac_res
"
>
&6
;
}
if
eval test
\"
x
\$
"
$as_ac_var
"
\"
=
x
"yes"
;
then
:
LDRPATH_INSTALL
=
"-Wl,--rpath,
\\\$\$
ORIGIN/
\`\$
(MAKEDEP) -R
\$
{bindir}
\$
{libdir}
\`
"
LDRPATH_LOCAL
=
"-Wl,--rpath,
\\\$\$
ORIGIN/
\$
(top_builddir)/libs/wine"
else
as_ac_var
=
`
$as_echo
"ac_cv_cflags_-fPIC -Wl,-R,
\\
$ORIGIN
/../lib"
|
$as_tr_sh
`
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether the compiler supports -fPIC -Wl,-R,
\$
ORIGIN/../lib"
>
&5
$as_echo_n
"checking whether the compiler supports -fPIC -Wl,-R,
\$
ORIGIN/../lib... "
>
&6
;
}
if
eval
\$
{
$as_ac_var
+:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
ac_wine_try_cflags_saved
=
$CFLAGS
CFLAGS
=
"
$CFLAGS
-fPIC -Wl,-R,
\$
ORIGIN/../lib"
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
int main(int argc, char **argv) { return 0; }
_ACEOF
if
ac_fn_c_try_link
"
$LINENO
"
;
then
:
eval
"
$as_ac_var
=yes"
else
eval
"
$as_ac_var
=no"
fi
rm
-f
core conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
CFLAGS
=
$ac_wine_try_cflags_saved
fi
eval
ac_res
=
\$
$as_ac_var
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$ac_res
"
>
&5
$as_echo
"
$ac_res
"
>
&6
;
}
if
eval test
\"
x
\$
"
$as_ac_var
"
\"
=
x
"yes"
;
then
:
LDRPATH_INSTALL
=
"-Wl,-R,
\\\$\$
ORIGIN/
\`\$
(MAKEDEP) -R
\$
{bindir}
\$
{libdir}
\`
"
LDRPATH_LOCAL
=
"-Wl,-R,
\\\$\$
ORIGIN/
\$
(top_builddir)/libs/wine"
fi
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether the compiler supports -Wl,--enable-new-dtags"
>
&5
$as_echo_n
"checking whether the compiler supports -Wl,--enable-new-dtags... "
>
&6
;
}
if
${
ac_cv_cflags__Wl___enable_new_dtags
+
:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
ac_wine_try_cflags_saved
=
$CFLAGS
CFLAGS
=
"
$CFLAGS
-Wl,--enable-new-dtags"
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
int main(int argc, char **argv) { return 0; }
_ACEOF
if
ac_fn_c_try_link
"
$LINENO
"
;
then
:
ac_cv_cflags__Wl___enable_new_dtags
=
yes
else
ac_cv_cflags__Wl___enable_new_dtags
=
no
fi
rm
-f
core conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
CFLAGS
=
$ac_wine_try_cflags_saved
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$ac_cv_cflags__Wl___enable_new_dtags
"
>
&5
$as_echo
"
$ac_cv_cflags__Wl___enable_new_dtags
"
>
&6
;
}
if
test
"x
$ac_cv_cflags__Wl___enable_new_dtags
"
=
xyes
;
then
:
LDRPATH_INSTALL
=
"
$LDRPATH_INSTALL
-Wl,--enable-new-dtags"
fi
LIBWINE_SHAREDLIB
=
"libwine.so"
...
...
@@ -9531,90 +9441,6 @@ if test "x$ac_cv_cflags__Wl___export_dynamic" = xyes; then :
fi
WINEPRELOADER_LDFLAGS
=
"-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
as_ac_var
=
`
$as_echo
"ac_cv_cflags_-Wl,--rpath,
\\
$ORIGIN
/../lib"
|
$as_tr_sh
`
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether the compiler supports -Wl,--rpath,
\$
ORIGIN/../lib"
>
&5
$as_echo_n
"checking whether the compiler supports -Wl,--rpath,
\$
ORIGIN/../lib... "
>
&6
;
}
if
eval
\$
{
$as_ac_var
+:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
ac_wine_try_cflags_saved
=
$CFLAGS
CFLAGS
=
"
$CFLAGS
-Wl,--rpath,
\$
ORIGIN/../lib"
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
int main(int argc, char **argv) { return 0; }
_ACEOF
if
ac_fn_c_try_link
"
$LINENO
"
;
then
:
eval
"
$as_ac_var
=yes"
else
eval
"
$as_ac_var
=no"
fi
rm
-f
core conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
CFLAGS
=
$ac_wine_try_cflags_saved
fi
eval
ac_res
=
\$
$as_ac_var
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$ac_res
"
>
&5
$as_echo
"
$ac_res
"
>
&6
;
}
if
eval test
\"
x
\$
"
$as_ac_var
"
\"
=
x
"yes"
;
then
:
LDRPATH_INSTALL
=
"-Wl,--rpath,
\\\$\$
ORIGIN/
\`\$
(MAKEDEP) -R
\$
{bindir}
\$
{libdir}
\`
"
LDRPATH_LOCAL
=
"-Wl,--rpath,
\\\$\$
ORIGIN/
\$
(top_builddir)/libs/wine"
else
as_ac_var
=
`
$as_echo
"ac_cv_cflags_-Wl,-R,
\\
$ORIGIN
/../lib"
|
$as_tr_sh
`
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether the compiler supports -Wl,-R,
\$
ORIGIN/../lib"
>
&5
$as_echo_n
"checking whether the compiler supports -Wl,-R,
\$
ORIGIN/../lib... "
>
&6
;
}
if
eval
\$
{
$as_ac_var
+:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
ac_wine_try_cflags_saved
=
$CFLAGS
CFLAGS
=
"
$CFLAGS
-Wl,-R,
\$
ORIGIN/../lib"
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
int main(int argc, char **argv) { return 0; }
_ACEOF
if
ac_fn_c_try_link
"
$LINENO
"
;
then
:
eval
"
$as_ac_var
=yes"
else
eval
"
$as_ac_var
=no"
fi
rm
-f
core conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
CFLAGS
=
$ac_wine_try_cflags_saved
fi
eval
ac_res
=
\$
$as_ac_var
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$ac_res
"
>
&5
$as_echo
"
$ac_res
"
>
&6
;
}
if
eval test
\"
x
\$
"
$as_ac_var
"
\"
=
x
"yes"
;
then
:
LDRPATH_INSTALL
=
"-Wl,-R,
\\\$\$
ORIGIN/
\`\$
(MAKEDEP) -R
\$
{bindir}
\$
{libdir}
\`
"
LDRPATH_LOCAL
=
"-Wl,-R,
\\\$\$
ORIGIN/
\$
(top_builddir)/libs/wine"
fi
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether the compiler supports -Wl,--enable-new-dtags"
>
&5
$as_echo_n
"checking whether the compiler supports -Wl,--enable-new-dtags... "
>
&6
;
}
if
${
ac_cv_cflags__Wl___enable_new_dtags
+
:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
ac_wine_try_cflags_saved
=
$CFLAGS
CFLAGS
=
"
$CFLAGS
-Wl,--enable-new-dtags"
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
int main(int argc, char **argv) { return 0; }
_ACEOF
if
ac_fn_c_try_link
"
$LINENO
"
;
then
:
ac_cv_cflags__Wl___enable_new_dtags
=
yes
else
ac_cv_cflags__Wl___enable_new_dtags
=
no
fi
rm
-f
core conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
CFLAGS
=
$ac_wine_try_cflags_saved
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$ac_cv_cflags__Wl___enable_new_dtags
"
>
&5
$as_echo
"
$ac_cv_cflags__Wl___enable_new_dtags
"
>
&6
;
}
if
test
"x
$ac_cv_cflags__Wl___enable_new_dtags
"
=
xyes
;
then
:
LDRPATH_INSTALL
=
"
$LDRPATH_INSTALL
-Wl,--enable-new-dtags"
fi
case
$host_cpu
in
*
i[3456789]86
*
|
x86_64
|
*
aarch64
*
)
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000"
>
&5
...
...
configure.ac
View file @
b07cc3fe
...
...
@@ -701,8 +701,6 @@ AC_CHECK_HEADERS([libprocstat.h],,,
dnl **** Check for working dll ****
AC_SUBST(DLLFLAGS,"-D_REENTRANT")
AC_SUBST(LDRPATH_INSTALL,"")
AC_SUBST(LDRPATH_LOCAL,"")
AC_SUBST(LDDLLFLAGS,"")
AC_SUBST(LDEXECFLAGS,"")
AC_SUBST(TOP_INSTALL_LIB,"")
...
...
@@ -748,8 +746,6 @@ case $host_os in
LIBEXT="dylib"
DLLFLAGS="$DLLFLAGS -fPIC"
LDDLLFLAGS="-fPIC"
LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
dnl declare needed frameworks
AC_SUBST(COREFOUNDATION_LIBS,"-framework CoreFoundation")
AC_SUBST(IOKIT_LIBS,"-framework IOKit -framework CoreFoundation")
...
...
@@ -916,14 +912,6 @@ case $host_os in
WINE_TRY_CFLAGS([-fPIC -Wl,--export-dynamic],
[WINELOADER_LDFLAGS="-Wl,--export-dynamic"])
WINEPRELOADER_LDFLAGS="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib],
[LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"],
[WINE_TRY_CFLAGS([-fPIC -Wl,-R,\$ORIGIN/../lib],
[LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"])])
WINE_TRY_CFLAGS([-Wl,--enable-new-dtags],
[LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"])
AC_SUBST(LIBWINE_SHAREDLIB,"libwine.so")
AC_SUBST(LIBWINE_LDFLAGS,["-shared -Wl,-soname,libwine.so"])
...
...
@@ -972,16 +960,6 @@ case $host_os in
[WINELOADER_LDFLAGS="-Wl,--export-dynamic"])
WINEPRELOADER_LDFLAGS="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7d400000"
WINE_TRY_CFLAGS([-Wl,--rpath,\$ORIGIN/../lib],
[LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"],
[WINE_TRY_CFLAGS([-Wl,-R,\$ORIGIN/../lib],
[LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"])])
WINE_TRY_CFLAGS([-Wl,--enable-new-dtags],
[LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"])
case $host_cpu in
*i[[3456789]]86* | x86_64 | *aarch64*)
WINE_TRY_CFLAGS([-Wl,-Ttext-segment=0x7bc00000],
...
...
tools/makedep.c
View file @
b07cc3fe
...
...
@@ -3592,8 +3592,6 @@ static void output_test_module( struct makefile *make )
static
void
output_programs
(
struct
makefile
*
make
)
{
unsigned
int
i
,
j
;
char
*
ldrpath_local
=
get_expanded_make_variable
(
make
,
"LDRPATH_LOCAL"
);
char
*
ldrpath_install
=
get_expanded_make_variable
(
make
,
"LDRPATH_INSTALL"
);
for
(
i
=
0
;
i
<
make
->
programs
.
count
;
i
++
)
{
...
...
@@ -3614,28 +3612,6 @@ static void output_programs( struct makefile *make )
output
(
"
\n
"
);
output
(
"
\t
$(CC) -o $@"
);
output_filenames_obj_dir
(
make
,
objs
);
if
(
strarray_exists
(
&
all_libs
,
"-lwine"
))
{
strarray_add
(
&
all_libs
,
strmake
(
"-L%s"
,
top_obj_dir_path
(
make
,
"libs/wine"
)));
if
(
ldrpath_local
&&
ldrpath_install
)
{
program_installed
=
strmake
(
"%s-installed%s"
,
make
->
programs
.
str
[
i
],
exe_ext
);
output_filename
(
ldrpath_local
);
output_filenames
(
all_libs
);
output_filename
(
"$(LDFLAGS)"
);
output
(
"
\n
"
);
output
(
"%s:"
,
obj_dir_path
(
make
,
program_installed
)
);
output_filenames_obj_dir
(
make
,
objs
);
output_filenames
(
deps
);
output
(
"
\n
"
);
output
(
"
\t
$(CC) -o $@"
);
output_filenames_obj_dir
(
make
,
objs
);
output_filename
(
ldrpath_install
);
strarray_add
(
&
make
->
all_targets
,
program_installed
);
}
}
output_filenames
(
all_libs
);
output_filename
(
"$(LDFLAGS)"
);
output
(
"
\n
"
);
...
...
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