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

Christian Hesse eworm at archlinux.org
Fri Jan 3 07:19:52 UTC 2020


    Date: Friday, January 3, 2020 @ 07:19:51
  Author: eworm
Revision: 372498

upgpkg: openvpn 2.4.8-4

force bash for configure (and give reproducibility another try...)

Modified:
  openvpn/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-03 04:47:35 UTC (rev 372497)
+++ PKGBUILD	2020-01-03 07:19:51 UTC (rev 372498)
@@ -2,7 +2,7 @@
 
 pkgname=openvpn
 pkgver=2.4.8
-pkgrel=3
+pkgrel=4
 pkgdesc='An easy-to-use, robust and highly configurable VPN (Virtual Private Network)'
 arch=('x86_64')
 url='https://openvpn.net/index.php/open-source.html'
@@ -26,7 +26,8 @@
   mkdir "${srcdir}"/build
   cd "${srcdir}"/build
 
-  "${srcdir}"/${pkgname}/configure \
+  CONFIG_SHELL=/bin/bash "${srcdir}"/${pkgname}/configure \
+    CONFIG_SHELL=/bin/bash \
     --prefix=/usr \
     --sbindir=/usr/bin \
     --enable-iproute2 \



More information about the arch-commits mailing list