summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Gacogne2018-04-09 14:37:32 +0200
committerRemi Gacogne2018-04-09 14:37:32 +0200
commitb6a36a1ecaf7665daf15be2842fc87a3e9ad2523 (patch)
tree9644afa914a918cca3e93cfd36129db8fed3bf09
parenta371877bfa008858585cbb78c5b73df51aeda77d (diff)
downloadaur-b6a36a1ecaf7665daf15be2842fc87a3e9ad2523.tar.gz
dnsdist-git: Lua JIT detection is now automatic, no need to force it
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55cbe0e24ed3..d1a7b5a00394 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 30 08:55:29 UTC 2018
+# Mon Apr 9 12:37:07 UTC 2018
pkgbase = dnsdist-git
pkgdesc = Highly DNS-, DoS- and abuse-aware loadbalancer
- pkgver = r14146.26d70690c
+ pkgver = r14194.3046821a9
pkgrel = 1
url = https://dnsdist.org/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a2a09b36db9c..70fff6642719 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Remi Gacogne <rgacogne at archlinux dot org>
pkgname=dnsdist-git
-pkgver=r14146.26d70690c
+pkgver=r14194.3046821a9
pkgrel=1
pkgdesc='Highly DNS-, DoS- and abuse-aware loadbalancer'
arch=('x86_64')
@@ -28,7 +28,6 @@ build() {
--sysconfdir=/etc \
--localstatedir=/var \
--with-ebpf \
- --with-luajit \
--with-protobuf \
--enable-dns-over-tls \
--enable-dnscrypt \