Actually build the headers_more module

This commit is contained in:
Arti Zirk 2017-02-19 02:21:13 +02:00
parent 68cef2613e
commit 7f0aaea547
1 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@
pkgname=nginx-ilves
pkgver=1.11.10
pkgrel=1
pkgrel=2
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
arch=('i686' 'x86_64')
url='https://nginx.org'
@ -81,6 +81,7 @@ build() {
patch -p1 -i ../../fix-displayName.patch
cd ..
mv ngx-fancyindex-* ngx_fancyindex
mv headers-more-nginx-module-* ngx_headers_more
cd $provides-$pkgver
./configure \
@ -101,7 +102,8 @@ build() {
${_common_flags[@]} \
${_mainline_flags[@]} \
--add-module=../ngx_davext \
--add-module=../ngx_fancyindex
--add-module=../ngx_fancyindex \
--add-module=../ngx_headers_more
make
}