From ecffb45675973f0ef0a5dcdec9e6947d6265ed84 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Wed, 19 Apr 2017 16:30:09 +0000 Subject: Overriding OPTIONS_CFLAGS was a bad idea. backout last commit and use CFLAGS as before. --- net/haproxy/files/patch-Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 net/haproxy/files/patch-Makefile (limited to 'net/haproxy/files/patch-Makefile') diff --git a/net/haproxy/files/patch-Makefile b/net/haproxy/files/patch-Makefile deleted file mode 100644 index 3c74b35769c9..000000000000 --- a/net/haproxy/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 -- cgit v1.2.3