From 043fa9e6510d58d012c4f33b307916677f3d7fcc Mon Sep 17 00:00:00 2001 From: Ryan Kelly Date: Mon, 15 Dec 2014 11:45:18 +1100 Subject: [PATCH] Further fixes for umemcached build errors. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e9c0d63..5f0b0c9 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ TOOLS := $(addprefix $(ENV)/bin/,flake8 nosetests) ARCHFLAGS = -Wno-error=unused-command-line-argument-hard-error-in-future # Hackety-hack around errors duing compile of ultramemcached. -CFLAGS = -Wno-error +CFLAGS = "-Wno-error -Wno-error=format-security" INSTALL = CFLAGS=$(CFLAGS) ARCHFLAGS=$(ARCHFLAGS) $(ENV)/bin/pip install