void-packages/srcpkgs/vim
Christian Neukirchen 3642b38e7b vim: don't override CFLAGS/LDFLAGS after configuration.
vim does not support building with -D_FORTIFY_SOURCE=2 (and in fact
crashes immediately when doing do).  vim's configure detects this
and rewrites it into -D_FORTIFY_SOURCE=1, which is then used
subsequently.  We therefore use the rewritten flags and do not
override them again.
2015-03-25 18:00:21 +01:00
..
files
template vim: don't override CFLAGS/LDFLAGS after configuration. 2015-03-25 18:00:21 +01:00
update