Files
void-packages/srcpkgs/chroot-git/template
Doan Tran Cong Danh a3d7ce6fce chroot-git: keep build flag consistent in all stage
git build system will trigger a rebuild if it detects
if flags passed to make changed.

In commit 886036d094, ("chroot-git: correct iconv usage on musl",
2019-10-30), we tried to correct the git-iconv interaction on musl,
but we forget to pass that flag into `make install'.

Hence, on do_install, git build system rebuild git without
ICONV_OMITS_BOM=Yes flag, thus produce faulty binary.

Save that flag into config.mak[1] in order to keep it consistent across
build stage.

While we're at it, also move other make_*_args into config.mak

[1]: https://public-inbox.org/git/20191031181116.GC2133@sigill.intra.peff.net/
2019-11-02 10:30:46 +01:00

1.3 KiB