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
2211ca9f
Commit
2211ca9f
authored
Feb 02, 2022
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Enable 64-bit time_t on Linux.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
abfa6bf8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
configure
configure
+3
-0
configure.ac
configure.ac
+1
-0
config.h.in
include/config.h.in
+3
-0
No files found.
configure
View file @
2211ca9f
...
...
@@ -10579,6 +10579,9 @@ fi
printf
"%s
\n
"
"#define _GNU_SOURCE 1"
>>
confdefs.h
printf
"%s
\n
"
"#define _TIME_BITS 64"
>>
confdefs.h
case
$host_cpu
in
*
i[3456789]86
*
)
DLLFLAGS
=
"
$DLLFLAGS
-fno-PIC"
...
...
configure.ac
View file @
2211ca9f
...
...
@@ -812,6 +812,7 @@ case $host_os in
*)
AC_DEFINE(_GNU_SOURCE,1,[Define to 1 to enable GNU extensions on Linux])
AC_DEFINE(_TIME_BITS,64,[Define to 64 to enable 64-bit time_t on Linux])
case $host_cpu in
*i[[3456789]]86*)
DLLFLAGS="$DLLFLAGS -fno-PIC"
...
...
include/config.h.in
View file @
2211ca9f
...
...
@@ -903,6 +903,9 @@
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
/* Define to 64 to enable 64-bit time_t on Linux */
#undef _TIME_BITS
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
...
...
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