Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
6baa2b47
Commit
6baa2b47
authored
Oct 24, 2012
by
John Koleszar
Committed by
Gerrit Code Review
Oct 24, 2012
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Fix "_FORTIFY_SOURCE" redefined warning" into experimental
parents
f75448ed
bc1d3cb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
build/make/configure.sh
build/make/configure.sh
+1
-1
No files found.
build/make/configure.sh
View file @
6baa2b47
...
...
@@ -974,7 +974,7 @@ process_common_toolchain() {
# Work around longjmp interception on glibc >= 2.11, to improve binary
# compatibility. See http://code.google.com/p/webm/issues/detail?id=166
enabled linux
&&
check_add_cflags
-D_FORTIFY_SOURCE
=
0
enabled linux
&&
check_add_cflags
-U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE
=
0
# Check for strip utility variant
${
STRIP
}
-V
2>/dev/null |
grep
GNU
>
/dev/null
&&
enable
gnu_strip
...
...
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