mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-16 22:13:01 +02:00
vim: Don't try to build with custom _FORTIFY_SOURCE
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
4
lfs/vim
4
lfs/vim
@@ -32,6 +32,10 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/vim90
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
|
||||
# vim tries to build itself with FORTIFY_SOURCE=1 and is not very good at
|
||||
# filtering out any CFLAGS that might change that. So we do this ourselves.
|
||||
CFLAGS := $(filter-out -Wp$(COMMA)-U_FORTIFY_SOURCE,$(CFLAGS))
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user