GNOME Bugzilla – Bug 739337
simple install: Use CC and CFLAGS from environment
Last modified: 2016-01-27 15:53:20 UTC
It is usually possible to override CC and CFLAGS using environment variables with the same names. Jhbuild does not allow this when using the simple install option.
Created attachment 289564 [details] [review] simple install: Use CC and CFLAGS from environment This patch modifies Makefile.plain so that CC and CFLAGS are only assigned to the default value if they don't already have a value, similar to how the MAKE variable is already assigned.
(cleaning up jhbuild bug reports, pushed this one, thanks). commit cc6591890084bd9509915f29e7c7a485caef0dcf Author: Marcus Karlsson <mk@acc.umu.se> Date: Wed Oct 29 08:44:08 2014 +0100 simple install: Use CC and CFLAGS from environment Unlike the MAKE variable both CC and CFLAGS are not taken from the environment. Allow these variables to be overridden using environment variables. https://bugzilla.gnome.org/show_bug.cgi?id=739337