[vlc-devel] [PATCH] build: Drop _FORTIFY_SOURCE definition
Luca Barbato
lu_zero at gentoo.org
Tue Nov 5 14:51:29 CET 2013
It is glibc-specific and should be let the user decide what to do
about it.
---
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 59352b8..a643bae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,7 +54,6 @@ dnl Check for tools
dnl
AC_PROG_CC_C99
AC_USE_SYSTEM_EXTENSIONS
-AC_DEFINE([_FORTIFY_SOURCE], 2, [Define to 2 to get glibc warnings.])
AC_DEFINE([_FILE_OFFSET_BITS], 64, [Define to 64 for large files support.])
AC_DEFINE([_REENTRANT],, [Define to expose reentrant functions.])
AC_DEFINE([_THREAD_SAFE],, [Same as _REENTANT for some other OSes.])
--
1.8.3.2
More information about the vlc-devel
mailing list