From nobody Sun Apr 12 23:15:04 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fv5wm4dtmz6Z6kD for ; Sun, 12 Apr 2026 23:15:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fv5wm3V3Nz3NYr for ; Sun, 12 Apr 2026 23:15:04 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776035704; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=31vyJViGThkW5o66nnzGCloLJXmZGSOM+qz3qjUhG3Q=; b=tjFwms4mpGVCgByvovSDaIGmkxdoHtnMbDstG3fLjmVZfctbMis0lBME5C2Czh6szoT/5S Dm6nya1Chy/CyLAtUGg2YEYsOTdc0CODs+vfel7C+E/rZIzukTz72it3grS82zYZuCCc+W sa755wwpqNQVIWZ/enFyqD9Unw1CEqDj/thPk/kwUTr4bAJy1kJkEuSvL1ZLjk/n64QRqC X+Yh/4ZGG9CRu2q3JsQmCf0F99577V0MT4jgnu4UgJ74mWPGriQlCUVvjsX9inWgw7qAD0 igUsyUI2eLrQjpU/tPuzVEPWQS1J1zYLxjuT0RpRcmQ3SUYr2fgqWLyaHA83vg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1776035704; a=rsa-sha256; cv=none; b=oF5SizUEN+Afv4HLvHPja9cGcSVLV+yxOZLev0DgY3erL7ON4RikcT258O8XixSsG34pH6 Et0y3oI73OlEjyilHezfCfXFqK9e5tlJt1hnn2Eg2Zt5Rbkt+bgSNoZR+rjrz6mgA+5swP k8SCB6QnCrQccaWWVpTVGGyRaHT0M8oaRUt/rzu7mdEo4uPO912o+bmwYM5l6Z7wS/fR8L q1e7hLYqSkKe/9s2OxLQmHN/kxkrrMcjwYlDJJCE88jPEkbU8NtKdd5ArD7OKa3XNKNbEM SnBX0q3gkW8WP0ThV5256c7q+RtB42o4QDxPjUPYPcZB8w5Zsz4kSDUA99JQWQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776035704; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=31vyJViGThkW5o66nnzGCloLJXmZGSOM+qz3qjUhG3Q=; b=gyQabmKq3WVV1syhNgdbdYFd4jh00cvj7aJBNC9Ci2I2dlzi1baxwBg93OTijB6kbujAYJ dp2sopdTio3HfENS/7ebhoaQBKuqu+U3FTrM5OPG4ZPb1KTdCXpLAG/rOU02azDDjJkBtX ITJIwpYwARiqa3+R6ms1Ud+4gnPEuP1Aj173VAh0tMxAGYG+6l3jmM5h9H52HANGTAZFZf r5rNHNiGA/lvhYNBswvazd5Ld+AUbNVIIM+Hdo8Pml1So8nBASf7rZFkkcNJMkCwQn1qmf w7RS2WmCILmReiNru1Kez85gIxGy5X8gPppDbpIJQcecoIjRNBPF5QgBZfjbaA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fv5wm2pckzfFw for ; Sun, 12 Apr 2026 23:15:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 27a5a by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 12 Apr 2026 23:15:04 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Lexi Winter Subject: git: 75aedac0a6cd - stable/15 - tools/build/Makefile: Always add md4.h to SYSINCS List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ivy X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 75aedac0a6cd85c1e356078b3bf4699eb3d0b4ee Auto-Submitted: auto-generated Date: Sun, 12 Apr 2026 23:15:04 +0000 Message-Id: <69dc2778.27a5a.7097bafb@gitrepo.freebsd.org> The branch stable/15 has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=75aedac0a6cd85c1e356078b3bf4699eb3d0b4ee commit 75aedac0a6cd85c1e356078b3bf4699eb3d0b4ee Author: Lexi Winter AuthorDate: 2026-04-09 14:30:20 +0000 Commit: Lexi Winter CommitDate: 2026-04-12 19:12:16 +0000 tools/build/Makefile: Always add md4.h to SYSINCS Since libmd was added to the bootstrap, building main on stable/14 fails because of an incompatibility in its old md4.h. Fix this by always including md4.h in the bootstrap headers, instead of only doing so when building on a non-FreeBSD host. Fixes: 50de0bf50512 ("flua: Always build as a bootstrap tool") Reported by: olce Reviewed by: olce, kevans Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D56327 (cherry picked from commit 0dd9c4abf0e56b9d4f6f7204a68b1475f2bbf1fc) --- tools/build/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/build/Makefile b/tools/build/Makefile index fed4f06c290c..e1ccfa21d356 100644 --- a/tools/build/Makefile +++ b/tools/build/Makefile @@ -388,10 +388,8 @@ SYSINCS+= ${SRCTOP}/sys/sys/ctf.h SYSINCS+= ${SRCTOP}/sys/sys/kbio.h # for kldxref: SYSINCS+= ${SRCTOP}/sys/sys/module.h -.if ${.MAKE.OS} != "FreeBSD" # for libmd: SYSINCS+= ${SRCTOP}/sys/sys/md4.h -.endif # We want to run the build with only ${WORLDTMP} in $PATH to ensure we don't # accidentally run tools that are incompatible but happen to be in $PATH.