Merge pull request #31019 from teto/strongswan_rebased

[RFC/RDY] make l2tp work with Strongswan
This commit is contained in:
Jörg Thalheim
2018-03-03 15:56:05 +00:00
committed by GitHub
4 changed files with 28 additions and 4 deletions
@@ -76,6 +76,11 @@ stdenv.mkDerivation rec {
"--enable-sqlite" ]
++ optional enableNetworkManager "--enable-nm";
postInstall = ''
# this is needed for l2tp
echo "include /etc/ipsec.secrets" >> $out/etc/ipsec.secrets
'';
NIX_LDFLAGS = "-lgcc_s" ;
meta = {