git: cbf53f5e370e - main - flua: install linker in the right patch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Sep 2024 12:46:49 UTC
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"