pkgsrc/graphics/gimp/patches
nia 6bcc3341c4 gimp: work around problems with cc -v + cwrappers appending link flags
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".
2021-11-15 22:13:56 +00:00
..
patch-aa
patch-ab gimp: work around problems with cc -v + cwrappers appending link flags 2021-11-15 22:13:56 +00:00
patch-app_core_gimpbrush-transform.cc
patch-configure.ac gimp: work around problems with cc -v + cwrappers appending link flags 2021-11-15 22:13:56 +00:00
patch-plug-ins_common_file-mng.c
patch-plug-ins_pygimp_py-compile
patch-plug-ins_script-fu_script-fu-server.c