[arch-commits] Commit in networkmanager-fortisslvpn/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed May 5 06:33:01 UTC 2021


    Date: Wednesday, May 5, 2021 @ 06:33:01
  Author: arojas
Revision: 927411

Rebuild for ppp 2.4.9 (FS#70711), fix ppp plugin install dir

Modified:
  networkmanager-fortisslvpn/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-04 22:55:59 UTC (rev 927410)
+++ PKGBUILD	2021-05-05 06:33:01 UTC (rev 927411)
@@ -2,7 +2,8 @@
 
 pkgname=networkmanager-fortisslvpn
 pkgver=1.4rc1
-pkgrel=3
+pkgrel=4
+_pppver=2.4.9
 pkgdesc='Fortinet SSLVPN support for NetworkManager'
 arch=(x86_64)
 license=(GPL)
@@ -24,7 +25,8 @@
     --sysconfdir=/etc \
     --localstatedir=/var \
     --libexecdir=/usr/lib/networkmanager \
-    --disable-static
+    --disable-static \
+    --with-pppd-plugin-dir=/usr/lib/pppd/$_pppver
   make
 }
 



More information about the arch-commits mailing list