Date: Tue, 8 Jul 2025 14:32:19 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 7a83385d4754 - stable/14 - flua: install linker in the right patch Message-ID: <202507081432.568EWJ03072260@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=7a83385d4754542ddf4e1cac36787d3973ced86b commit 7a83385d4754542ddf4e1cac36787d3973ced86b Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2024-09-12 12:42:01 +0000 Commit: Baptiste Daroussin <bapt@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507081432.568EWJ03072260>