]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Try to disable _FORTIFY_SOURCE by default
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 30 Jan 2009 10:29:26 +0000 (10:29 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 30 Jan 2009 10:29:26 +0000 (10:29 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8415 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/bacula.h
bacula/technotes-2.5

index 0104a6eae187471aa594b2e6febc8f62afe89329..4d92290ef325de1657ddb2678ad77e64d574794f 100644 (file)
 #ifndef _BACULA_H
 #define _BACULA_H 1
 
+/* Disable FORTIFY_SOURCE, because bacula uses is own memory
+ * manager
+ */
+#ifdef _FORTIFY_SOURCE
+#undef _FORTIFY_SOURCE
+#endif
+
 #ifdef __cplusplus
 /* Workaround for SGI IRIX 6.5 */
 #define _LANGUAGE_C_PLUS_PLUS 1
index 799971e36d78c4724ec8e66e8a2edc607ad3c166..38c503de72dc06d3235dd3281bc4977c1035d43a 100644 (file)
@@ -10,6 +10,8 @@ filepattern (restore with regex in bsr)
 mixed priorities
 
 General:
+30Jan09
+ebl  Try to disable _FORTIFY_SOURCE by default
 29Jan09
 ebl  Tweak compat.h for new mingw
 28Jan09