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
b10fb86a
Commit
b10fb86a
authored
Oct 29, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: More aggressive disabling of Fortify.
parent
fa7cc460
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure
configure
+1
-1
configure.ac
configure.ac
+1
-1
No files found.
configure
View file @
b10fb86a
...
...
@@ -12159,7 +12159,7 @@ fi
$as_echo
"
$ac_cv_c_fortify_enabled
"
>
&6
;
}
if
test
"
$ac_cv_c_fortify_enabled
"
=
yes
then
EXTRACFLAGS
=
"
$EXTRACFLAGS
-D_FORTIFY_SOURCE=0"
CFLAGS
=
"
$CFLAGS
-U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0"
fi
...
...
configure.ac
View file @
b10fb86a
...
...
@@ -1690,7 +1690,7 @@ AC_CACHE_CHECK([for the need to disable Fortify], ac_cv_c_fortify_enabled,
[ac_cv_c_fortify_enabled=no],[ac_cv_c_fortify_enabled=yes]))
if test "$ac_cv_c_fortify_enabled" = yes
then
EXTRACFLAGS="$EXTRACFLAGS
-D_FORTIFY_SOURCE=0"
CFLAGS="$CFLAGS -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0"
fi
dnl **** Check for underscore on external symbols ****
...
...
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