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
78bd1948
Commit
78bd1948
authored
Aug 14, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Suppress multiple definitions warnings from the MacOS linker.
parent
3a4c04dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
configure
configure
+9
-5
configure.ac
configure.ac
+1
-1
No files found.
configure
View file @
78bd1948
...
...
@@ -2422,7 +2422,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
# in a Makefile. We should not override ac_cv_exeext if it was cached,
# so that the user can short-circuit this test for compilers unknown to
# Autoconf.
for
ac_file
in
$ac_files
for
ac_file
in
$ac_files
''
do
test
-f
"
$ac_file
"
||
continue
case
$ac_file
in
...
...
@@ -2450,6 +2450,12 @@ done
test
"
$ac_cv_exeext
"
=
no
&&
ac_cv_exeext
=
else
ac_file
=
''
fi
{
echo
"
$as_me
:
$LINENO
: result:
$ac_file
"
>
&5
echo
"
${
ECHO_T
}
$ac_file
"
>
&6
;
}
if
test
-z
"
$ac_file
"
;
then
echo
"
$as_me
: failed program was:"
>
&5
sed
's/^/| /'
conftest.
$ac_ext
>
&5
...
...
@@ -2461,8 +2467,6 @@ See \`config.log' for more details." >&2;}
fi
ac_exeext
=
$ac_cv_exeext
{
echo
"
$as_me
:
$LINENO
: result:
$ac_file
"
>
&5
echo
"
${
ECHO_T
}
$ac_file
"
>
&6
;
}
# Check that the compiler produces executables we can run. If not, either
# the compiler is broken, or we cross compile.
...
...
@@ -17077,7 +17081,7 @@ echo "${ECHO_T}$ac_cv_c_dll_macho" >&6; }
if
test
"
$ac_cv_c_dll_macho
"
=
"yes"
then
LIBEXT
=
"dylib"
LDDLLFLAGS
=
"-bundle"
LDDLLFLAGS
=
"-bundle
-multiply_defined suppress
"
LDSHARED
=
"
\$
(CC) -dynamiclib -install_name @executable_path/
\`\$
(RELPATH)
\$
(bindir)
\$
(libdir)
\`
/
\$
(DYNAME)
\$
(SOVERSION:%=-compatibility_version %)"
STRIP
=
"
$STRIP
-u -r"
COREFOUNDATIONLIB
=
"-framework CoreFoundation"
...
...
@@ -24801,7 +24805,7 @@ current configuration.
Usage:
$0
[OPTIONS] [FILE]...
-h, --help print this help, then exit
-V, --version print version number, then exit
-V, --version print version number
and configuration settings
, then exit
-q, --quiet do not print progress messages
-d, --debug don't remove temporary files
--recheck update
$as_me
by reconfiguring in the same conditions
...
...
configure.ac
View file @
78bd1948
...
...
@@ -1150,7 +1150,7 @@ case $host_os in
if test "$ac_cv_c_dll_macho" = "yes"
then
LIBEXT="dylib"
LDDLLFLAGS="-bundle"
LDDLLFLAGS="-bundle
-multiply_defined suppress
"
LDSHARED="\$(CC) -dynamiclib -install_name @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/\$(DYNAME) \$(SOVERSION:%=-compatibility_version %)"
STRIP="$STRIP -u -r"
dnl declare needed frameworks
...
...
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