fio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Can we build fio 3.29 without system zlib dependency?
@ 2022-01-16  8:50 Professor Pro
  0 siblings, 0 replies; only message in thread
From: Professor Pro @ 2022-01-16  8:50 UTC (permalink / raw)
  To: fio

Any prev version supports building without system zlib dependency
But the latest version breaks that behavior
Is it made on purpose?

I'm maintaining fio GUI and I built precompiled portable fio binaries 
for a range of OS and architectures. All the binaries, I built, are 
compiled without system gzip dependency for portability.
I would like to have new versions of fio that can work without 
unnecessary dependency such as system's zlib

How to reproduce on debian/ubuntu:

apt purge zlib1g-dev

./configure # reports zlib no
make # fails

t/dedupe.c:27:10: fatal error: zlib.h: No such file or directory
    27 | #include "zlib.h"
       |          ^~~~~~~~



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-16  8:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-16  8:50 Can we build fio 3.29 without system zlib dependency? Professor Pro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).