[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#36542] [PATCH 4/6] gnu: network-manager-openvpn: Pass '--localstate
From: |
Jelle Licht |
Subject: |
[bug#36542] [PATCH 4/6] gnu: network-manager-openvpn: Pass '--localstatedir=/var'. |
Date: |
Sun, 7 Jul 2019 21:28:46 +0200 |
* gnu/packages/gnome.scm (network-manager-openvpn)[arguments]: Pass
'--localstatedir=/var' to #:configure-flags.
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a4e6375542..df273d4dad 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5448,7 +5448,7 @@ services.")
"0gyrv46h9k17qym48qacq4zpxbap6hi17shn921824zm98m2bdvr"))))
(build-system gnu-build-system)
(arguments
- '(#:configure-flags '("--enable-absolute-paths")))
+ '(#:configure-flags '("--enable-absolute-paths" "--localstatedir=/var")))
(native-inputs
`(("pkg-config" ,pkg-config)
("intltool" ,intltool)))
--
2.22.0
- [bug#36542] [PATCH 0/6] Fix network-manager vpn plugins, Jelle Licht, 2019/07/07
- [bug#36542] [PATCH 1/6] gnu: network-manager: Fix plugin loading problem., Jelle Licht, 2019/07/07
- [bug#36542] [PATCH 3/6] services: network-manager: Clear default OpenVPN user., Jelle Licht, 2019/07/07
- [bug#36542] [PATCH 2/6] services: network-manager: Properly load vpn plugins, Jelle Licht, 2019/07/07
- [bug#36542] [PATCH 4/6] gnu: network-manager-openvpn: Pass '--localstatedir=/var'.,
Jelle Licht <=
- [bug#36542] [PATCH 5/6] gnu: network-manager-openvpn: Patch hardcoded paths., Jelle Licht, 2019/07/07
- [bug#36542] [PATCH 6/6] gnu: Add network-manager-vpnc., Jelle Licht, 2019/07/07
- [bug#36542] [PATCH 1/6] gnu: network-manager: Fix plugin loading problem., Ludovic Courtès, 2019/07/13
- [bug#36542] [PATCH 0/6] Fix network-manager vpn plugins, Pierre Langlois, 2019/07/07