gatling: enable PIE.

This commit is contained in:
Christian Neukirchen 2016-10-08 21:33:11 +02:00
parent 2e88e99678
commit a963aae274

View file

@ -1,7 +1,7 @@
# Template file for 'gatling'
pkgname=gatling
version=0.15
revision=2
revision=3
build_style=gnu-makefile
makedepends="libowfat libressl-devel zlib-devel"
short_desc="High performance web server"
@ -12,7 +12,6 @@ distfiles="https://www.fefe.de/gatling/$pkgname-$version.tar.xz"
checksum=6fa329d0ced0c80deb8dde5460e9d9e984bee94f265043d7fdec0e253dce9aa4
make_build_target="gatling dl getlinks"
make_install_args="prefix=/usr MANDIR=/usr/share/man"
nopie="libowfat.a(byte_zero.o): relocation R_X86_64_PC32 against symbol \`memset@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC"
CFLAGS+=" -std=c99"
pre_install() {