qatzip/qatzip-fortify_source=3.patch

13 lines
407 B
Diff

Index: QATzip-1.1.0/configure.ac
===================================================================
--- QATzip-1.1.0.orig/configure.ac
+++ QATzip-1.1.0/configure.ac
@@ -232,7 +232,6 @@ AC_ARG_ENABLE(debug,
[
debug=false
CFLAGS+=' -O2'
- AS_IF([test "x${CC}" = "xgcc"], [CFLAGS+=' -D_FORTIFY_SOURCE=2'], [])
]
)
AM_CONDITIONAL([QATZIP_DEBUG_AC], [test x$debug = xtrue])