The branch stable/14 has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=7a83385d4754542ddf4e1cac36787d3973ced86b
commit 7a83385d4754542ddf4e1cac36787d3973ced86b Author: Baptiste Daroussin <b...@freebsd.org> AuthorDate: 2024-09-12 12:42:01 +0000 Commit: Baptiste Daroussin <b...@freebsd.org> CommitDate: 2025-07-08 14:27:55 +0000 flua: install linker in the right patch When moving the freebsd.sys.linker sources the installation path was lost. Fixes 7899f917b1c0ea178f1d2be0cfb452086d079d23 (cherry picked from commit cbf53f5e370e2f6ed0dbd2305b48719fcfc6cec8) --- libexec/flua/libfreebsd/sys/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libexec/flua/libfreebsd/sys/Makefile.inc b/libexec/flua/libfreebsd/sys/Makefile.inc index 01b5f23410c8..ca2630721733 100644 --- a/libexec/flua/libfreebsd/sys/Makefile.inc +++ b/libexec/flua/libfreebsd/sys/Makefile.inc @@ -1 +1,3 @@ +SHLIBDIR?= ${LIBDIR}/flua/freebsd/sys + .include "../Makefile.inc"