main/vim: add workaround for bug in vim's LDFLAGS modification
1 unresolved thread
1 unresolved thread
Starting with abuild-3.8.0_rc1
, vim no longer builds with the default LDFLAGS
value provided in /etc/abuild.conf
. This is due to LDFLAGS
modifications performed by vim's build system.
See https://github.com/vim/vim/issues/8181
With this commit --as-needed
is no longer the last linker option. Not sure if this is relevant or not.
Edited by Sören Tempel
Merge request reports
Activity
Filter activity
added 1 commit
- 52a78841 - main/vim: add workaround for bug in vim's LDFLAGS modification
unassigned @nmeum
added 1 commit
- 8a56dd2d - main/vim: add workaround for bug in vim's LDFLAGS modification
added 1 commit
- 550d0f1f - main/vim: add workaround for bug in vim's LDFLAGS modification
Sure, but looking at recent build logs, it seems to me that
/etc/abuild.conf
hasn't been updated yet on all builders anyhow.Edited by Sören Tempel
added 1 commit
- 4f6c1570 - main/vim: add workaround for bug in vim's LDFLAGS modification
Fixed in ec74387c
Please register or sign in to reply