From 10c582fa220ff863e488bd05fe412e969c01292f Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Mon, 22 Jun 2020 10:27:05 +0200 Subject: gnu: xl2tpd: Fix typo. * gnu/packages/vpn.scm (xl2tpd)[arguments]: Turn "-DPPD" into "-DPPPD". --- gnu/packages/vpn.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/vpn.scm') diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 4a26ced824..26cb67661e 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -649,7 +649,7 @@ public keys and can roam across IP addresses.") (add-before 'build 'setup-environment (lambda* (#:key inputs #:allow-other-keys) (setenv "CFLAGS" - (string-append "-DPPD=\"" + (string-append "-DPPPD=\"" (assoc-ref inputs "ppp") "/sbin/pppd\"")) (setenv "KERNELSRC" -- cgit v1.2.3