summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancoism902020-01-14 11:26:38 +0100
committerfrancoism902020-01-14 11:26:38 +0100
commit4df8de56adf3e3c0be60e6fb0fb3b996d0e2892a (patch)
tree738a4bed3bd039342127e7e6bf6581de2cee74ec
parent2b9df3ba781b8eabf25c9af2d5ca692c849c50f3 (diff)
downloadaur-4df8de56adf3e3c0be60e6fb0fb3b996d0e2892a.tar.gz
Enable --with-threads switch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 684401008ee3..36132fbb86f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-mainline-mod-vod-git
pkgdesc = NGINX-based MP4 Repackager
pkgver = r1252.f453ef8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kaltura/nginx-vod-module
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e8fef81a3484..bd28df13b9f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _nginxver=1.17.7
pkgname=nginx-mainline-mod-vod-git
pkgver=r1252.f453ef8
-pkgrel=1
+pkgrel=2
pkgdesc="NGINX-based MP4 Repackager"
arch=('i686' 'x86_64')
depends=("nginx-mainline=$_nginxver")
@@ -44,6 +44,7 @@ build() {
./configure --with-compat --add-dynamic-module=../$_modname \
--with-file-aio \
+ --with-threads \
--with-cc-opt="-O3"
make modules