Actually build the headers_more module
This commit is contained in:
parent
68cef2613e
commit
7f0aaea547
6
PKGBUILD
6
PKGBUILD
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
pkgname=nginx-ilves
|
pkgname=nginx-ilves
|
||||||
pkgver=1.11.10
|
pkgver=1.11.10
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
|
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='https://nginx.org'
|
url='https://nginx.org'
|
||||||
@ -81,6 +81,7 @@ build() {
|
|||||||
patch -p1 -i ../../fix-displayName.patch
|
patch -p1 -i ../../fix-displayName.patch
|
||||||
cd ..
|
cd ..
|
||||||
mv ngx-fancyindex-* ngx_fancyindex
|
mv ngx-fancyindex-* ngx_fancyindex
|
||||||
|
mv headers-more-nginx-module-* ngx_headers_more
|
||||||
|
|
||||||
cd $provides-$pkgver
|
cd $provides-$pkgver
|
||||||
./configure \
|
./configure \
|
||||||
@ -101,7 +102,8 @@ build() {
|
|||||||
${_common_flags[@]} \
|
${_common_flags[@]} \
|
||||||
${_mainline_flags[@]} \
|
${_mainline_flags[@]} \
|
||||||
--add-module=../ngx_davext \
|
--add-module=../ngx_davext \
|
||||||
--add-module=../ngx_fancyindex
|
--add-module=../ngx_fancyindex \
|
||||||
|
--add-module=../ngx_headers_more
|
||||||
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user