Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2024 12:46:49 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: cbf53f5e370e - main - flua: install linker in the right patch
Message-ID:  <202409121246.48CCknpD066133@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/src/commit/?id=cbf53f5e370e2f6ed0dbd2305b48719fcfc6cec8

commit cbf53f5e370e2f6ed0dbd2305b48719fcfc6cec8
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-09-12 12:42:01 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-09-12 12:43:56 +0000

    flua: install linker in the right patch
    
    When moving the freebsd.sys.linker sources the installation path
    was lost.
    
    Fixes 7899f917b1c0ea178f1d2be0cfb452086d079d23
---
 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?202409121246.48CCknpD066133>