summaryrefslogtreecommitdiff
path: root/sci-biology/emboss/files/emboss-6.6.0_FORTIFY_SOURCE-fix.patch
blob: 7704873e9d2698f9ac4fc588fb3552d99472a230 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- EMBOSS-6.6.0/emboss/embossversion.c
+++ EMBOSS-6.6.0/emboss/embossversion.c
@@ -415,7 +415,7 @@
 	ajFmtPrintF(outfile, "X_DISPLAY_MISSING %d\n", X_DISPLAY_MISSING);
 #endif
 #ifdef _FORTIFY_SOURCE
-	ajFmtPrintF(outfile, "_FORTIFY_SOURCE %d\n", _FORTIFY_SOURCE);
+	ajFmtPrintF(outfile, "_FORTIFY_SOURCE %d\n", __USE_FORTIFY_LEVEL);
 #endif
 	ajFmtPrintF(outfile, "\n");
 	ajFmtPrintF(outfile, "Sizes (bytes):\n");