Skip to content
Snippets Groups Projects

main/vim: add workaround for bug in vim's LDFLAGS modification

Closed Sören Tempel requested to merge nmeum/aports:vim-buildfix-sed-ldflags into master
+ 3
0
@@ -29,6 +29,9 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/vim/vim/archive/v$pkgver.tar
# 8.0.0056-r0:
# - CVE-2016-1248
# workaround for https://github.com/vim/vim/issues/8181
export LDFLAGS="-Wl$LDFLAGS"
prepare() {
# Read vimrc from /etc/vim
echo '#define SYS_VIMRC_FILE "/etc/vim/vimrc"' >> src/feature.h
Loading