gpm: pull upstream fix for -fno-common compiler

Fixes build failure against upstream gcc (defaults -fno-common).

+5
+5
pkgs/servers/gpm/default.nix
··· 37 37 url = "https://raw.githubusercontent.com/gentoo/musl/5aed405d87dfa92a5cab1596f898e9dea07169b8/sys-libs/gpm/files/gpm-1.20.7-sysmacros.patch"; 38 38 sha256 = "0lg4l9phvy2n8gy17qsn6zn0qq52vm8g01pgq5kqpr8sd3fb21c2"; 39 39 }) 40 + (fetchpatch { 41 + # upstream build fix against -fno-common compilers like >=gcc-10 42 + url = "https://github.com/telmich/gpm/commit/f04f24dd5ca5c1c13608b144ab66e2ccd47f106a.patch"; 43 + sha256 = "1q5hl5m61pci2f0x7r5in99rmqh328v1k0zj2693wdlafk9dabks"; 44 + }) 40 45 ]; 41 46 preConfigure = '' 42 47 ./autogen.sh