Date: Fri, 27 Feb 2026 12:05:44 +0000 From: Sumit Saxena <ssaxena@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Cc: Mark Johnston <markj@FreeBSD.org> Subject: git: 4243e2e99654 - stable/15 - Makefile.inc1: Fix the libbnxtre dependency target Message-ID: <69a18898.3d45e.267a0260@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by ssaxena: URL: https://cgit.FreeBSD.org/src/commit/?id=4243e2e996541a4e4b2e81eef66aafa0c2b07809 commit 4243e2e996541a4e4b2e81eef66aafa0c2b07809 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2025-12-03 15:06:54 +0000 Commit: Sumit Saxena <ssaxena@FreeBSD.org> CommitDate: 2026-02-27 12:04:39 +0000 Makefile.inc1: Fix the libbnxtre dependency target Reported by: Jenkins Fixes: 73e8fe62466a ("libpcap: Fix dependency definitions for libpcap") (cherry picked from commit e19230d49ffc02944d93645800da934b7aeee078) --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 72ca2e69c7f7..e65021c356c5 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -3426,7 +3426,7 @@ _prebuild_libs+= \ lib/ofed/libibmad__L: lib/ofed/libibumad__L lib/ofed/complib__L: lib/libthr__L -lib/ofed/libbnxt__L: lib/ofed/libibverbs__L lib/libthr__L +lib/ofed/libbnxtre__L: lib/ofed/libibverbs__L lib/libthr__L lib/ofed/libmlx5__L: lib/ofed/libibverbs__L lib/libthr__L .endifhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a18898.3d45e.267a0260>
