lib/fetch/Makefile: ignore fstack-protector warnings.
--HG-- extra : convert_revision : xtraeme%40gmail.com-20091218122139-g4ljwb50cvnr8alj
This commit is contained in:
parent
eb0cd7ac5c
commit
6e863cbf45
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user