Actually build the headers_more module
This commit is contained in:
6
PKGBUILD
6
PKGBUILD
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user