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
197b5e31
Commit
197b5e31
authored
Jun 14, 2004
by
Pierre d'Herbemont
Committed by
Alexandre Julliard
Jun 14, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- strip support for darwin
- WINE_GET_SONAME support for darwin
parent
7c1ae164
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
47 deletions
+49
-47
aclocal.m4
aclocal.m4
+3
-3
configure
configure
+44
-43
configure.ac
configure.ac
+2
-1
No files found.
aclocal.m4
View file @
197b5e31
...
...
@@ -38,12 +38,12 @@ AC_CACHE_CHECK([for -l$1 soname], ac_cv_lib_soname_$1,
[ac_get_soname_save_LIBS=$LIBS
LIBS="-l$1 $3 $LIBS"
AC_LINK_IFELSE([AC_LANG_CALL([], [$2])],
[ac_cv_lib_soname_$1=`$ac_cv_path_LDD conftest$ac_exeext | grep lib$1\\.
so | sed 's/^.*\(lib$1\.so[[^ ]]*\).*$/\1/'
`
[ac_cv_lib_soname_$1=`$ac_cv_path_LDD conftest$ac_exeext | grep lib$1\\.
$LIBEXT | sed "s/^.*\(lib$1\.$LIBEXT[[^ ]]*\).*$/\1/"
`
if test "x$ac_cv_lib_soname_$1" = "x"
then
ac_cv_lib_soname_$1="lib$1.
so
"
ac_cv_lib_soname_$1="lib$1.
$LIBEXT
"
fi],
[ac_cv_lib_soname_$1="lib$1.
so
"])
[ac_cv_lib_soname_$1="lib$1.
$LIBEXT
"])
LIBS=$ac_get_soname_save_LIBS])
if test "x$ac_cv_lib_soname_$1" != xNONE
then AC_DEFINE_UNQUOTED(AS_TR_CPP(SONAME_LIB$1),"$ac_cv_lib_soname_$1",
...
...
configure
View file @
197b5e31
...
...
@@ -14368,6 +14368,7 @@ echo "${ECHO_T}$ac_cv_c_dll_macho" >&6
LDDLLFLAGS
=
"-bundle -flat_namespace -undefined suppress"
LDSHARED
=
"
\$
(CC) -dynamiclib"
CFLAGS
=
"
$CFLAGS
-ffixed-r13 -no-cpp-precomp"
STRIP
=
"
$STRIP
-u -r"
fi
fi
fi
...
...
@@ -14603,7 +14604,7 @@ CFLAGS=$ac_wine_try_cflags_saved
esac
if
test
"
$LIBEXT
"
=
"so"
if
test
"
$LIBEXT
"
=
"so"
-o
"
$LIBEXT
"
=
"dylib"
then
# Extract the first word of "ldd", so it can be a program name with args.
set
dummy ldd
;
ac_word
=
$2
...
...
@@ -14697,16 +14698,16 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac_status
=
$?
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
;
}
;
then
ac_cv_lib_soname_X11
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libX11
\\
.
so |
sed
's/^.*\(libX11\.so[^ ]*\).*$/\1/'
`
ac_cv_lib_soname_X11
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libX11
\\
.
$LIBEXT
|
sed
"s/^.*
\(
libX11
\.
$LIBEXT
[^ ]*
\)
.*
$/
\1
/"
`
if
test
"x
$ac_cv_lib_soname_X11
"
=
"x"
then
ac_cv_lib_soname_X11
=
"libX11.
so
"
ac_cv_lib_soname_X11
=
"libX11.
$LIBEXT
"
fi
else
echo
"
$as_me
: failed program was:"
>
&5
sed
's/^/| /'
conftest.
$ac_ext
>
&5
ac_cv_lib_soname_X11
=
"libX11.
so
"
ac_cv_lib_soname_X11
=
"libX11.
$LIBEXT
"
fi
rm
-f
conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
...
...
@@ -14771,16 +14772,16 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac_status
=
$?
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
;
}
;
then
ac_cv_lib_soname_Xext
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libXext
\\
.
so |
sed
's/^.*\(libXext\.so[^ ]*\).*$/\1/'
`
ac_cv_lib_soname_Xext
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libXext
\\
.
$LIBEXT
|
sed
"s/^.*
\(
libXext
\.
$LIBEXT
[^ ]*
\)
.*
$/
\1
/"
`
if
test
"x
$ac_cv_lib_soname_Xext
"
=
"x"
then
ac_cv_lib_soname_Xext
=
"libXext.
so
"
ac_cv_lib_soname_Xext
=
"libXext.
$LIBEXT
"
fi
else
echo
"
$as_me
: failed program was:"
>
&5
sed
's/^/| /'
conftest.
$ac_ext
>
&5
ac_cv_lib_soname_Xext
=
"libXext.
so
"
ac_cv_lib_soname_Xext
=
"libXext.
$LIBEXT
"
fi
rm
-f
conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
...
...
@@ -14845,16 +14846,16 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac_status
=
$?
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
;
}
;
then
ac_cv_lib_soname_Xi
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libXi
\\
.
so |
sed
's/^.*\(libXi\.so[^ ]*\).*$/\1/'
`
ac_cv_lib_soname_Xi
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libXi
\\
.
$LIBEXT
|
sed
"s/^.*
\(
libXi
\.
$LIBEXT
[^ ]*
\)
.*
$/
\1
/"
`
if
test
"x
$ac_cv_lib_soname_Xi
"
=
"x"
then
ac_cv_lib_soname_Xi
=
"libXi.
so
"
ac_cv_lib_soname_Xi
=
"libXi.
$LIBEXT
"
fi
else
echo
"
$as_me
: failed program was:"
>
&5
sed
's/^/| /'
conftest.
$ac_ext
>
&5
ac_cv_lib_soname_Xi
=
"libXi.
so
"
ac_cv_lib_soname_Xi
=
"libXi.
$LIBEXT
"
fi
rm
-f
conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
...
...
@@ -14919,16 +14920,16 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac_status
=
$?
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
;
}
;
then
ac_cv_lib_soname_Xrender
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libXrender
\\
.
so |
sed
's/^.*\(libXrender\.so[^ ]*\).*$/\1/'
`
ac_cv_lib_soname_Xrender
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libXrender
\\
.
$LIBEXT
|
sed
"s/^.*
\(
libXrender
\.
$LIBEXT
[^ ]*
\)
.*
$/
\1
/"
`
if
test
"x
$ac_cv_lib_soname_Xrender
"
=
"x"
then
ac_cv_lib_soname_Xrender
=
"libXrender.
so
"
ac_cv_lib_soname_Xrender
=
"libXrender.
$LIBEXT
"
fi
else
echo
"
$as_me
: failed program was:"
>
&5
sed
's/^/| /'
conftest.
$ac_ext
>
&5
ac_cv_lib_soname_Xrender
=
"libXrender.
so
"
ac_cv_lib_soname_Xrender
=
"libXrender.
$LIBEXT
"
fi
rm
-f
conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
...
...
@@ -14993,16 +14994,16 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac_status
=
$?
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
;
}
;
then
ac_cv_lib_soname_Xrandr
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libXrandr
\\
.
so |
sed
's/^.*\(libXrandr\.so[^ ]*\).*$/\1/'
`
ac_cv_lib_soname_Xrandr
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libXrandr
\\
.
$LIBEXT
|
sed
"s/^.*
\(
libXrandr
\.
$LIBEXT
[^ ]*
\)
.*
$/
\1
/"
`
if
test
"x
$ac_cv_lib_soname_Xrandr
"
=
"x"
then
ac_cv_lib_soname_Xrandr
=
"libXrandr.
so
"
ac_cv_lib_soname_Xrandr
=
"libXrandr.
$LIBEXT
"
fi
else
echo
"
$as_me
: failed program was:"
>
&5
sed
's/^/| /'
conftest.
$ac_ext
>
&5
ac_cv_lib_soname_Xrandr
=
"libXrandr.
so
"
ac_cv_lib_soname_Xrandr
=
"libXrandr.
$LIBEXT
"
fi
rm
-f
conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
...
...
@@ -15067,16 +15068,16 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac_status
=
$?
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
;
}
;
then
ac_cv_lib_soname_freetype
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libfreetype
\\
.
so |
sed
's/^.*\(libfreetype\.so[^ ]*\).*$/\1/'
`
ac_cv_lib_soname_freetype
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libfreetype
\\
.
$LIBEXT
|
sed
"s/^.*
\(
libfreetype
\.
$LIBEXT
[^ ]*
\)
.*
$/
\1
/"
`
if
test
"x
$ac_cv_lib_soname_freetype
"
=
"x"
then
ac_cv_lib_soname_freetype
=
"libfreetype.
so
"
ac_cv_lib_soname_freetype
=
"libfreetype.
$LIBEXT
"
fi
else
echo
"
$as_me
: failed program was:"
>
&5
sed
's/^/| /'
conftest.
$ac_ext
>
&5
ac_cv_lib_soname_freetype
=
"libfreetype.
so
"
ac_cv_lib_soname_freetype
=
"libfreetype.
$LIBEXT
"
fi
rm
-f
conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
...
...
@@ -15141,16 +15142,16 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac_status
=
$?
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
;
}
;
then
ac_cv_lib_soname_GL
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libGL
\\
.
so |
sed
's/^.*\(libGL\.so[^ ]*\).*$/\1/'
`
ac_cv_lib_soname_GL
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libGL
\\
.
$LIBEXT
|
sed
"s/^.*
\(
libGL
\.
$LIBEXT
[^ ]*
\)
.*
$/
\1
/"
`
if
test
"x
$ac_cv_lib_soname_GL
"
=
"x"
then
ac_cv_lib_soname_GL
=
"libGL.
so
"
ac_cv_lib_soname_GL
=
"libGL.
$LIBEXT
"
fi
else
echo
"
$as_me
: failed program was:"
>
&5
sed
's/^/| /'
conftest.
$ac_ext
>
&5
ac_cv_lib_soname_GL
=
"libGL.
so
"
ac_cv_lib_soname_GL
=
"libGL.
$LIBEXT
"
fi
rm
-f
conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
...
...
@@ -15215,16 +15216,16 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac_status
=
$?
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
;
}
;
then
ac_cv_lib_soname_cups
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libcups
\\
.
so |
sed
's/^.*\(libcups\.so[^ ]*\).*$/\1/'
`
ac_cv_lib_soname_cups
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libcups
\\
.
$LIBEXT
|
sed
"s/^.*
\(
libcups
\.
$LIBEXT
[^ ]*
\)
.*
$/
\1
/"
`
if
test
"x
$ac_cv_lib_soname_cups
"
=
"x"
then
ac_cv_lib_soname_cups
=
"libcups.
so
"
ac_cv_lib_soname_cups
=
"libcups.
$LIBEXT
"
fi
else
echo
"
$as_me
: failed program was:"
>
&5
sed
's/^/| /'
conftest.
$ac_ext
>
&5
ac_cv_lib_soname_cups
=
"libcups.
so
"
ac_cv_lib_soname_cups
=
"libcups.
$LIBEXT
"
fi
rm
-f
conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
...
...
@@ -15289,16 +15290,16 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac_status
=
$?
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
;
}
;
then
ac_cv_lib_soname_jack
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libjack
\\
.
so |
sed
's/^.*\(libjack\.so[^ ]*\).*$/\1/'
`
ac_cv_lib_soname_jack
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libjack
\\
.
$LIBEXT
|
sed
"s/^.*
\(
libjack
\.
$LIBEXT
[^ ]*
\)
.*
$/
\1
/"
`
if
test
"x
$ac_cv_lib_soname_jack
"
=
"x"
then
ac_cv_lib_soname_jack
=
"libjack.
so
"
ac_cv_lib_soname_jack
=
"libjack.
$LIBEXT
"
fi
else
echo
"
$as_me
: failed program was:"
>
&5
sed
's/^/| /'
conftest.
$ac_ext
>
&5
ac_cv_lib_soname_jack
=
"libjack.
so
"
ac_cv_lib_soname_jack
=
"libjack.
$LIBEXT
"
fi
rm
-f
conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
...
...
@@ -15363,16 +15364,16 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac_status
=
$?
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
;
}
;
then
ac_cv_lib_soname_fontconfig
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libfontconfig
\\
.
so |
sed
's/^.*\(libfontconfig\.so[^ ]*\).*$/\1/'
`
ac_cv_lib_soname_fontconfig
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libfontconfig
\\
.
$LIBEXT
|
sed
"s/^.*
\(
libfontconfig
\.
$LIBEXT
[^ ]*
\)
.*
$/
\1
/"
`
if
test
"x
$ac_cv_lib_soname_fontconfig
"
=
"x"
then
ac_cv_lib_soname_fontconfig
=
"libfontconfig.
so
"
ac_cv_lib_soname_fontconfig
=
"libfontconfig.
$LIBEXT
"
fi
else
echo
"
$as_me
: failed program was:"
>
&5
sed
's/^/| /'
conftest.
$ac_ext
>
&5
ac_cv_lib_soname_fontconfig
=
"libfontconfig.
so
"
ac_cv_lib_soname_fontconfig
=
"libfontconfig.
$LIBEXT
"
fi
rm
-f
conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
...
...
@@ -15437,16 +15438,16 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac_status
=
$?
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
;
}
;
then
ac_cv_lib_soname_ssl
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libssl
\\
.
so |
sed
's/^.*\(libssl\.so[^ ]*\).*$/\1/'
`
ac_cv_lib_soname_ssl
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libssl
\\
.
$LIBEXT
|
sed
"s/^.*
\(
libssl
\.
$LIBEXT
[^ ]*
\)
.*
$/
\1
/"
`
if
test
"x
$ac_cv_lib_soname_ssl
"
=
"x"
then
ac_cv_lib_soname_ssl
=
"libssl.
so
"
ac_cv_lib_soname_ssl
=
"libssl.
$LIBEXT
"
fi
else
echo
"
$as_me
: failed program was:"
>
&5
sed
's/^/| /'
conftest.
$ac_ext
>
&5
ac_cv_lib_soname_ssl
=
"libssl.
so
"
ac_cv_lib_soname_ssl
=
"libssl.
$LIBEXT
"
fi
rm
-f
conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
...
...
@@ -15511,16 +15512,16 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac_status
=
$?
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
;
}
;
then
ac_cv_lib_soname_crypto
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libcrypto
\\
.
so |
sed
's/^.*\(libcrypto\.so[^ ]*\).*$/\1/'
`
ac_cv_lib_soname_crypto
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libcrypto
\\
.
$LIBEXT
|
sed
"s/^.*
\(
libcrypto
\.
$LIBEXT
[^ ]*
\)
.*
$/
\1
/"
`
if
test
"x
$ac_cv_lib_soname_crypto
"
=
"x"
then
ac_cv_lib_soname_crypto
=
"libcrypto.
so
"
ac_cv_lib_soname_crypto
=
"libcrypto.
$LIBEXT
"
fi
else
echo
"
$as_me
: failed program was:"
>
&5
sed
's/^/| /'
conftest.
$ac_ext
>
&5
ac_cv_lib_soname_crypto
=
"libcrypto.
so
"
ac_cv_lib_soname_crypto
=
"libcrypto.
$LIBEXT
"
fi
rm
-f
conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
...
...
@@ -15585,16 +15586,16 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac_status
=
$?
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
;
}
;
then
ac_cv_lib_soname_ncurses
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libncurses
\\
.
so |
sed
's/^.*\(libncurses\.so[^ ]*\).*$/\1/'
`
ac_cv_lib_soname_ncurses
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libncurses
\\
.
$LIBEXT
|
sed
"s/^.*
\(
libncurses
\.
$LIBEXT
[^ ]*
\)
.*
$/
\1
/"
`
if
test
"x
$ac_cv_lib_soname_ncurses
"
=
"x"
then
ac_cv_lib_soname_ncurses
=
"libncurses.
so
"
ac_cv_lib_soname_ncurses
=
"libncurses.
$LIBEXT
"
fi
else
echo
"
$as_me
: failed program was:"
>
&5
sed
's/^/| /'
conftest.
$ac_ext
>
&5
ac_cv_lib_soname_ncurses
=
"libncurses.
so
"
ac_cv_lib_soname_ncurses
=
"libncurses.
$LIBEXT
"
fi
rm
-f
conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
...
...
@@ -15659,16 +15660,16 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac_status
=
$?
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
;
}
;
then
ac_cv_lib_soname_curses
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libcurses
\\
.
so |
sed
's/^.*\(libcurses\.so[^ ]*\).*$/\1/'
`
ac_cv_lib_soname_curses
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
libcurses
\\
.
$LIBEXT
|
sed
"s/^.*
\(
libcurses
\.
$LIBEXT
[^ ]*
\)
.*
$/
\1
/"
`
if
test
"x
$ac_cv_lib_soname_curses
"
=
"x"
then
ac_cv_lib_soname_curses
=
"libcurses.
so
"
ac_cv_lib_soname_curses
=
"libcurses.
$LIBEXT
"
fi
else
echo
"
$as_me
: failed program was:"
>
&5
sed
's/^/| /'
conftest.
$ac_ext
>
&5
ac_cv_lib_soname_curses
=
"libcurses.
so
"
ac_cv_lib_soname_curses
=
"libcurses.
$LIBEXT
"
fi
rm
-f
conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
...
...
configure.ac
View file @
197b5e31
...
...
@@ -933,6 +933,7 @@ case $host_os in
LDDLLFLAGS="-bundle -flat_namespace -undefined suppress"
LDSHARED="\$(CC) -dynamiclib"
CFLAGS="$CFLAGS -ffixed-r13 -no-cpp-precomp"
STRIP="$STRIP -u -r"
fi
fi
fi
...
...
@@ -988,7 +989,7 @@ esac
dnl **** Get the soname for libraries that we load dynamically ****
if test "$LIBEXT" = "so"
if test "$LIBEXT" = "so"
-o "$LIBEXT" = "dylib"
then
WINE_GET_SONAME(X11,XCreateWindow,[$X_LIBS $X_EXTRA_LIBS])
WINE_GET_SONAME(Xext,XextCreateExtension,[$X_LIBS -lX11 $X_EXTRA_LIBS])
...
...
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