From 6e863cbf45ca78f5fd65ce43a82fc2799b3cdffb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 18 Dec 2009 13:21:39 +0100 Subject: [PATCH] lib/fetch/Makefile: ignore fstack-protector warnings. --HG-- extra : convert_revision : xtraeme%40gmail.com-20091218122139-g4ljwb50cvnr8alj --- lib/fetch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fetch/Makefile b/lib/fetch/Makefile index 694c24c7..128f2cd5 100644 --- a/lib/fetch/Makefile +++ b/lib/fetch/Makefile @@ -1,7 +1,7 @@ TOPDIR = ../.. include $(TOPDIR)/vars.mk -CFLAGS += -Wno-unused-macros -Wno-conversion +CFLAGS += -Wno-unused-macros -Wno-conversion -Wno-stack-protector CPPFLAGS += -DFTP_COMBINE_CWDS -DNETBSD -I$(TOPDIR)/include ifdef WITH_INET6