summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroli2019-11-10 16:55:20 +0000
committeroli2019-11-10 16:55:20 +0000
commit833d063b28d545db68026aa7f5e1af1fbe981b59 (patch)
treec63351634f83dcf793b8dbf5fdfb7a14f58f6fd4
parentd16c20b47b55834512f2615a2e4d44cec3e67112 (diff)
downloadaur-833d063b28d545db68026aa7f5e1af1fbe981b59.tar.gz
Compile with LDAPS support
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd9b2e33f6b6..69aff7a9e9fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-mainline-mod-auth-ldap-git
pkgdesc = LDAP Authentication module for nginx
pkgver = r145.e208153
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/kvspb/nginx-auth-ldap
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4d3d4cea8d86..ff15f4751f6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nginx-mainline-mod-auth-ldap-git
pkgver=r145.e208153
-pkgrel=2
+pkgrel=3
_modname=nginx-auth-ldap
_nginxver=1.17.4
@@ -29,7 +29,7 @@ pkgver() {
build() {
cd "$srcdir"/nginx-$_nginxver
- ./configure --with-compat --add-dynamic-module=../$_modname
+ ./configure --with-compat --with-http_ssl_module --add-dynamic-module=../$_modname
make modules
}