extra/nginx to 1.6.3-1.1

fixes #1161
This commit is contained in:
Kevin Mihelich 2015-04-18 20:00:37 +00:00
parent 2d20e0809b
commit e0972be74a

View file

@ -5,11 +5,12 @@
# Contributor: Miroslaw Szot <mss@czlug.icis.pcz.pl>
# Contributor: Daniel Micay <danielmicay@gmail.com>
# remove when bumped upstream
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - build with PIE to fix segfaults
pkgname=nginx
pkgver=1.6.3
pkgrel=1
pkgrel=1.1
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
arch=('i686' 'x86_64')
url='http://nginx.org'
@ -36,6 +37,8 @@ md5sums=('ea813aee2c344c2f5b66cdb24a472738'
build() {
cd $pkgname-$pkgver
CFLAGS+=" -fPIE -pie" && CXXFLAGS+=" -fPIE -pie"
./configure \
--prefix=/etc/nginx \
--conf-path=/etc/nginx/nginx.conf \