summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Bruhin2016-11-22 10:44:09 +0100
committerFlorian Bruhin2016-11-22 10:44:09 +0100
commit06e1d80e5c9f86e0a8592671fe223601aba7bbc6 (patch)
treedb32d0a5982f939773dc8dd08eeb5d8471b9d905 /PKGBUILD
parent715e3071126754edc473ba335f671079f0da1e47 (diff)
downloadaur-06e1d80e5c9f86e0a8592671fe223601aba7bbc6.tar.gz
Add --with-dev
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f9f2a7487dcd..e34b8ebf687c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=network-ups-tools
pkgver=2.7.4
-pkgrel=2
+pkgrel=3
pkgdesc="NUT is a collection of programs for monitoring and administering UPS hardware"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://www.networkupstools.org/"
@@ -22,7 +22,7 @@ sha256sums=('980e82918c52d364605c0703a5dcf01f74ad2ef06e3d365949e43b7d406d25a7')
build() {
cd "$srcdir/nut-$pkgver"
./configure \
- --without-wrap \
+ --without-wrap \
--with-user=ups \
--with-group=nut \
--disable-static \
@@ -44,7 +44,8 @@ build() {
--sbindir=/usr/bin \
--with-drvpath=/usr/lib/network-ups-tools \
--sysconfdir=/etc/ups \
- --with-openssl
+ --with-openssl \
+ --with-dev
make
}