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
33dff344
Commit
33dff344
authored
May 07, 2001
by
Bang Jun-Young
Committed by
Alexandre Julliard
May 07, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the NetBSD style errno location.
Modify a message to give a bit more info when building Wine on NetBSD.
parent
8a259449
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
configure
configure
+0
-0
configure.in
configure.in
+3
-1
No files found.
configure
View file @
33dff344
This diff is collapsed.
Click to expand it.
configure.in
View file @
33dff344
...
@@ -585,7 +585,7 @@ then
...
@@ -585,7 +585,7 @@ then
LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,\$(libdir)/%)"
LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,\$(libdir)/%)"
LDDLLFLAGS="-Wl,-B,symbolic"
LDDLLFLAGS="-Wl,-B,symbolic"
else
else
AC_CACHE_CHECK("whether we can build a NetBSD dll",
AC_CACHE_CHECK("whether we can build a NetBSD
a.out
dll",
ac_cv_c_dll_netbsd,
ac_cv_c_dll_netbsd,
[saved_cflags=$CFLAGS
[saved_cflags=$CFLAGS
CFLAGS="$CFLAGS -fPIC -Wl,-Bshareable,-Bforcearchive"
CFLAGS="$CFLAGS -fPIC -Wl,-Bshareable,-Bforcearchive"
...
@@ -695,6 +695,8 @@ dnl Solaris style errno location
...
@@ -695,6 +695,8 @@ dnl Solaris style errno location
WINE_CHECK_ERRNO(___errno)
WINE_CHECK_ERRNO(___errno)
dnl UnixWare style errno location
dnl UnixWare style errno location
WINE_CHECK_ERRNO(__thr_errno)
WINE_CHECK_ERRNO(__thr_errno)
dnl NetBSD style errno location
WINE_CHECK_ERRNO(__errno)
if test "$wine_cv_libc_reentrant" != "no"
if test "$wine_cv_libc_reentrant" != "no"
then
then
...
...
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