Merge pull request #141245 from trofi/fix-strongswan-fno-common

authored by Sandro and committed by GitHub 89f5e778 bcc58cb2

+7
+7
pkgs/tools/networking/strongswan/default.nix
··· 46 46 url = "https://patch-diff.githubusercontent.com/raw/strongswan/strongswan/pull/150.patch"; 47 47 sha256 = "1irfxb99blb8v3hs0kmlhzkkwbmds1p0gq319z8lmacz36cgyj2c"; 48 48 }) 49 + 50 + # fix build with -fno-common tollchain 51 + (fetchpatch { 52 + name = "fno-common.patch"; 53 + url = "https://git.strongswan.org/?p=strongswan.git;a=patch;h=91c6387e69c09beaa9b9ca1e28471751a834fc24"; 54 + sha256 = "0jp9walxwffp5cl7q0hb80h3s2gdj1nn3n8bvnbmwgh2s6pi148f"; 55 + }) 49 56 ]; 50 57 51 58 postPatch = optionalString stdenv.isLinux ''