You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-biology/emboss/files/emboss-6.6.0_FORTIFY_SOURCE...

12 lines
417 B

--- 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");