Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#42788 - [cmake] CPPFLAGS handling
Attached to Project:
Arch Linux
Opened by Neven Sajko (Neven) - Friday, 14 November 2014, 16:51 GMT
Last edited by Andrea Scarpino (BaSh) - Saturday, 06 December 2014, 10:20 GMT
Opened by Neven Sajko (Neven) - Friday, 14 November 2014, 16:51 GMT
Last edited by Andrea Scarpino (BaSh) - Saturday, 06 December 2014, 10:20 GMT
|
DetailsDescription:
Cmake is broken regarding the C preprocessor environment variable, CPPFLAGS. (It ignores its flags.) There should probably at least be an installation message to warn users about this, since this functionality is surely essential to a *nix build system. Additional info: Cmake bug: http://www.cmake.org/Bug/view.php?id=12928 Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653916 |
This task depends upon
Closed by Andrea Scarpino (BaSh)
Saturday, 06 December 2014, 10:20 GMT
Reason for closing: Upstream
Additional comments about closing: Re-open when the patch is approved
Saturday, 06 December 2014, 10:20 GMT
Reason for closing: Upstream
Additional comments about closing: Re-open when the patch is approved
CPPFLAGS="-D_FORTIFY_SOURCE=2"
is used in the official makepkg.conf,