diff options
author | demon <demon@FreeBSD.org> | 2017-05-11 18:25:59 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2017-05-11 18:25:59 +0800 |
commit | cb267874808a621960d71f300fdfc2ca212ce7eb (patch) | |
tree | 1e0fb2964e4bcab96728446f03b40fcb064f322f /net/haproxy/Makefile | |
parent | cf8d17acf5b7cb77a888fec5f83eda7a89670253 (diff) | |
download | freebsd-ports-gnome-cb267874808a621960d71f300fdfc2ca212ce7eb.tar.gz freebsd-ports-gnome-cb267874808a621960d71f300fdfc2ca212ce7eb.tar.zst freebsd-ports-gnome-cb267874808a621960d71f300fdfc2ca212ce7eb.zip |
Enable USE_REGPARM, USE_ACCEPT4 defines.
Diffstat (limited to 'net/haproxy/Makefile')
-rw-r--r-- | net/haproxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index ecef7ff7cab4..bf9a0a6babfc 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -3,7 +3,7 @@ PORTNAME= haproxy PORTVERSION= 1.7.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/1.7/src/ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} @@ -24,7 +24,7 @@ DEVICEATLAS_DISTFILE= deviceatlas-enterprise-c-${DEVICEATLAS_VERSION} DEVICEATLAS_REGISTRATION_URL= https://deviceatlas.com/deviceatlas-haproxy-module MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \ - USE_ZLIB=1 USE_CPU_AFFINITY=1 CC="${CC}" CFLAGS="${CFLAGS} -fno-strict-aliasing -fwrapv" + USE_ZLIB=1 USE_CPU_AFFINITY=1 USE_REGPARM=1 USE_ACCEPT4=1 CC="${CC}" CFLAGS="${CFLAGS} -fno-strict-aliasing -fwrapv" OPTIONS_DEFINE= DOCS EXAMPLES LUA OPENSSL DEVICEATLAS OPTIONS_RADIO= PCRE |