diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2017-04-19 16:30:09 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2017-04-19 16:30:09 +0000 |
commit | ecffb45675973f0ef0a5dcdec9e6947d6265ed84 (patch) | |
tree | 20efa0d90affa02321237489eef11267262516bf /net/haproxy-devel | |
parent | 86e1afaa8c934bf9e3fa48f2fb031104c940eb8f (diff) |
Notes
Diffstat (limited to 'net/haproxy-devel')
-rw-r--r-- | net/haproxy-devel/Makefile | 3 | ||||
-rw-r--r-- | net/haproxy-devel/files/patch-Makefile | 11 |
2 files changed, 2 insertions, 12 deletions
diff --git a/net/haproxy-devel/Makefile b/net/haproxy-devel/Makefile index 45d44f7fa992..99b75b5e01fd 100644 --- a/net/haproxy-devel/Makefile +++ b/net/haproxy-devel/Makefile @@ -24,7 +24,8 @@ 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}" DEBUG_CFLAGS="" OPTIONS_CFLAGS="${CFLAGS}" + USE_ZLIB=1 USE_CPU_AFFINITY=1 CC="${CC}" CFLAGS="${CFLAGS} -fno- +strict-aliasing -fwrapv" OPTIONS_DEFINE= DOCS EXAMPLES LUA OPENSSL DEVICEATLAS OPTIONS_RADIO= PCRE diff --git a/net/haproxy-devel/files/patch-Makefile b/net/haproxy-devel/files/patch-Makefile deleted file mode 100644 index 3c74b35769c9..000000000000 --- a/net/haproxy-devel/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig 2017-04-19 13:18:14.404480000 +0300 -+++ Makefile 2017-04-19 13:18:26.684393000 +0300 -@@ -128,7 +128,7 @@ DEBUG_CFLAGS = -g - #### Compiler-specific flags that may be used to disable some negative over- - # optimization or to silence some warnings. -fno-strict-aliasing is needed with - # gcc >= 4.4. --SPEC_CFLAGS = -fno-strict-aliasing -Wdeclaration-after-statement -+SPEC_CFLAGS = -fno-strict-aliasing -Wdeclaration-after-statement -fwrapv - - #### Memory usage tuning - # If small memory footprint is required, you can reduce the buffer size. There |