diff options
author | bar0metr | 2018-08-16 12:42:23 +0500 |
---|---|---|
committer | bar0metr | 2018-08-16 12:42:23 +0500 |
commit | 3b318e5cd8ba8c212de7396654663d9efee2b870 (patch) | |
tree | 87b58afbb0b9c151c3faffc262ffb8acf7c0361f | |
parent | c30281f23430f88fa6a710daedc477ba1006da61 (diff) | |
download | aur-3b318e5cd8ba8c212de7396654663d9efee2b870.tar.gz |
Correct build info
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +# Maintainer: bar0metr <admin@os-admin.ru> pkgname=squid4 pkgver=4.2 pkgrel=4 @@ -97,7 +98,7 @@ build() { --disable-wccp \ --enable-ssl-crtd \ --with-build-environment=POSIX_V6_LP64_OFF64 \ - --enable-build-info="Intercept/WCCPv2/SSL/CRTD/(A)UFS/DISKD/ROCK/eCAP/64/GCC Production" \ + --enable-build-info="Intercept/WCCPv2/SSL/CRTD/(A)UFS/DISKD/ROCK/eCAP/ICAP/64/GCC Production" \ 'CFLAGS=-g -O2 -fPIE -fstack-protector-strong -DNDEBUG -Wformat -Werror=format-security -Wall -ltcmalloc_minimal' \ 'LDFLAGS=-fPIE -pie -Wl,-z,relro -Wl,-z,now' \ 'CPPFLAGS=-D_FORTIFY_SOURCE=2' \ |