Recent changes (master)

Jens Axboe <[email protected]> Thu, 30 Oct 2025 06:00:01 -0600
Newsgroups org.kernel.vger.fio
Message-ID <[email protected]>
The following changes since commit 967de14b99c124aa0bd8269cbfa230147faffab6:

  Merge branch 'hist_coarseness' of https://github.com/tachyonwill/fio (2025-10-28 12:41:15 -0400)

are available in the Git repository at:

  git://git.kernel.dk/fio.git master

for you to fetch changes up to 1eb3adeed3eebab22dc5d7bed82ee23012fe360e:

  Merge branch 'master' of https://github.com/pirDOL/fio (2025-10-29 10:57:59 -0400)

----------------------------------------------------------------
TOGO Li (1):
      configure: support --extra-ldflags

Vincent Fu (1):
      Merge branch 'master' of https://github.com/pirDOL/fio

 configure | 2 ++
 1 file changed, 2 insertions(+)

---

Diff of recent changes:

diff --git a/configure b/configure
index 43e20ca9..b1009f70 100755
--- a/configure
+++ b/configure
@@ -215,6 +215,8 @@ for opt do
   ;;
   --extra-cflags=*) CFLAGS="$CFLAGS $optarg"
   ;;
+  --extra-ldflags=*) LDFLAGS="$LDFLAGS $optarg"
+  ;;
   --build-32bit-win) build_32bit_win="yes"
   ;;
   --target-win-ver=*) target_win_ver="$optarg"