defs.mk: Fix LDFLAGS for efence

This commit is contained in:
Jan Lindemann 2005-09-07 14:52:25 +00:00 committed by Jan Lindemann
commit 5c1ca9725d

View file

@ -340,6 +340,10 @@ ifeq ($(USE_STACK_PROTECTOR),true)
# PROJECT_CFLAGS += -fstack-protector
endif
ifeq ($(USE_EFENCE),true)
LDFLAGS += -lefence
endif
ifneq ($(wildcard $(TOPDIR)/make/local.mk),)
include $(TOPDIR)/make/local.mk
endif