mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
parent
2d20e0809b
commit
e0972be74a
1 changed files with 5 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue