From nobody Fri Jun 26 14:59:15 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 4gmzN341j3z6jd3b for ; Fri, 26 Jun 2026 14:59:15 +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 "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gmzN31mVwz3dQN for ; Fri, 26 Jun 2026 14:59:15 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782485955; 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=1GJQ8+LJLt4qFtBzemncpZsQ3owmEqRfOeCoLfUOXyU=; b=jIQ16WVaOy3FzDIBe+n8ye5hnl/d5ZY+uBXLarc5BD+oeJnfAyIJ8tpC7jx74qG04I5bCX xUvmvpEhJgoj5HIEWjGEZ+4XDnIs5NVST/bbiuQYFBZIWFvNeh/fH/7KpQhJTt78lDHc0X zjxbY0Tdh68j4XbydLspz02h7m9alCtdbkULAYjItL+FxB2mxAv6HJstqlWKlowZSdXT/t skOssRGJJk3RGYU/vKJhcYYCDPS09llWX2gTgDmokXCXmr1JmYdM2M4QuEcHFwq06YkA6H BIG0eAr9OtzrYXD52/2Vl6KgxWS2Tmr3uZAQ+4fgsHyZS2/Lfe4stuo/nzloiA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782485955; a=rsa-sha256; cv=none; b=CDFanEmkD+u5CEzrbo3VCUgjxHZjXQEFPbLMAmwileUBxaXD+/TZZIUteZSVZ2y/+BmH/0 E6Ybl6g5pxHucsmSYHnvulYTx+xSg9b+MzrLB7eRFlNerfXdsxRFWRsGbOx2jM5ZyUWOZN 7CBtwZkKiPft2cFJ6ySVM7lRWrZK1J0I7oQhqnjdMjUNhSzROal4uAqYY3FGDJA/Mz1Yv+ r49i1R/e4wXuZsDtYj9WiNYMo+Pmo3vlvMwwkV0z0aQuHtFVM1CfXS3BsooXcEVLR4DWHZ 0iHaKJaFr7h6FW395SdZGA3zZngQVRLOtW4NViNYvbjsnNYPzhBlp4boJJn0ag== 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=1782485955; 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=1GJQ8+LJLt4qFtBzemncpZsQ3owmEqRfOeCoLfUOXyU=; b=Q+Gnffbxi0n7UCd+tpCQBzWscP4dpMjGwfIJADFkvzUqdXh0ETxyMRUOMCADBWJVp1wQJx ZipqceQPTLkeeofinT4n4Mt0MJ3KyJyFHWr0vVrt1T/sebJldQ9k/01xaZcyf0EhcLC6D8 iYXZGKEdSvoIIt88Ufqq693RdKJnhZxX6OzHchcJIrbyIz1FJ8KMNJfqWYsfDwg+TeexjD IAfMgwEeJV8u7OdYbiD4EmTGsQUhuONNzo4CpHx0MWLG/bvST55OUKJUsM7bjVv843tgQh 0VDMmi/ozIK69YfGombVBGllQ+D0ZCou2jQsT820kKpMkqBGeUquEai3l7X6gw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gmzN30k80zjDt for ; Fri, 26 Jun 2026 14:59:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 20687 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 26 Jun 2026 14:59:15 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Warner Losh Subject: git: 01ef8f4555cf - main - loader: Don't need add these flags to ZSTD_SRC 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 List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: imp X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 01ef8f4555cfa46c8030cf623e6e3e857fa25430 Auto-Submitted: auto-generated Date: Fri, 26 Jun 2026 14:59:15 +0000 Message-Id: <6a3e93c3.20687.25648061@gitrepo.freebsd.org> The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=01ef8f4555cfa46c8030cf623e6e3e857fa25430 commit 01ef8f4555cfa46c8030cf623e6e3e857fa25430 Author: Warner Losh AuthorDate: 2026-06-26 14:45:37 +0000 Commit: Warner Losh CommitDate: 2026-06-26 14:54:35 +0000 loader: Don't need add these flags to ZSTD_SRC These are zfs-only flags, don't add them when we're building ZSTD. Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D57860 --- stand/libsa/zfs/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/libsa/zfs/Makefile.inc b/stand/libsa/zfs/Makefile.inc index 540635d144ef..b6faf46af236 100644 --- a/stand/libsa/zfs/Makefile.inc +++ b/stand/libsa/zfs/Makefile.inc @@ -42,7 +42,7 @@ ZFS_EARLY= -I${SAZFSSRC}/spl \ # has a bunch of defines that are present in OpenSolaris / Illumos, but missing # from FreeBSD. # -.for i in ${ZFS_SRC} ${ZSTD_SRC} +.for i in ${ZFS_SRC} CFLAGS.$i+= -include ${ZFSTOP}/include/sys/simd_config.h \ -include ${ZFSOSINC}/spl/sys/ccompile.h \ -Wformat -Wall -I${ZFSTOP}/include \