Commit a5ec3457 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Set -D_FORTIFY_SOURCE=0 since RHEL has too old gcc for -Wno-error=warn_unused_result

parent 78203c1c
......@@ -96,6 +96,8 @@ cp bin/varnishd/default.vcl etc/zope-plone.vcl examples
export PCRE_LIBS="`pcre-config --libs`"
%endif
export CFLAGS="$CFLAGS -Wp,-D_FORTIFY_SOURCE=0"
# Remove "--disable static" if you want to build static libraries
# jemalloc is not compatible with Red Hat's ppc64 RHEL kernel :-(
%ifarch ppc64 ppc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment