Skip to content

Commit 97ec962

Browse files
committed
Disable _FORTIFY_SOURCE with ICC
There are apparently some incompatibilities, per buildfarm.
1 parent ff75219 commit 97ec962

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/template/linux

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
# Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise
44
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
55

6-
# Many distributors use this, so we might as well see the warnings as well.
7-
CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"
6+
# Many distributors use this, so we might as well see the warnings as
7+
# well. ICC doesn't work when this is enabled.
8+
if test "$ICC" != "yes"; then
9+
CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"
10+
fi
811

912
# If --enable-profiling is specified, we need -DLINUX_PROFILE
1013
PLATFORM_PROFILE_FLAGS="-DLINUX_PROFILE"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy