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

Jonathan Steel jsteel at archlinux.org
Mon May 8 18:44:23 UTC 2017


    Date: Monday, May 8, 2017 @ 18:44:22
  Author: jsteel
Revision: 227359

upgpkg: nrpe 3.1.0-2

Modified:
  nrpe/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-08 18:38:47 UTC (rev 227358)
+++ PKGBUILD	2017-05-08 18:44:22 UTC (rev 227359)
@@ -4,11 +4,11 @@
 
 pkgname=nrpe
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Nagios Remote Plugin Executor"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('openssl')
+depends=('openssl-1.0')
 optdepends=("monitoring-plugins: common tools for monitoring using $pkgname")
 install=$pkgname.install
 backup=('etc/nrpe/nrpe.cfg' 'etc/xinetd.d/nrpe')
@@ -19,6 +19,10 @@
 build() {
   cd $pkgname-$pkgver
 
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  export sslbin=/usr/bin/openssl-1.0
+  export ssl_inc_dir=/usr/include/openssl-1.0/openssl
+
   ./configure \
     --prefix=/usr \
     --sysconfdir=/etc/nrpe \
@@ -27,7 +31,7 @@
     --with-nrpe-user=31 --with-nrpe-group=31 \
     --with-nagios-user=31 --with-nagios-group=31 \
     --with-piddir=/run/nrpe
-  
+
   make all
 }
 



More information about the arch-commits mailing list