6bcc3341c4
As ryoon@ reported to me after I committed a bit more MKRELRO churn, ensuring RELRO is always applied through the compiler wrappers causes a build failure. This is because GIMP is attempting to parse the output of gcc --version, which returns an error message (indicating a link failure of a nonexistent program) alongside the version information when -Wl,-zrelro is appended or prepended through cwrappers. So, we use -c to avoid linking the nonexisting program we are "compiling". |
||
---|---|---|
.. | ||
patch-aa | ||
patch-ab | ||
patch-app_core_gimpbrush-transform.cc | ||
patch-configure.ac | ||
patch-plug-ins_common_file-mng.c | ||
patch-plug-ins_pygimp_py-compile | ||
patch-plug-ins_script-fu_script-fu-server.c |