projects
/
fio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b29472c
)
configure: refer to zlib1g-dev package for zlib support
author
Vincent Fu
<vincent.fu@samsung.com>
Tue, 24 May 2022 14:23:24 +0000
(14:23 +0000)
committer
Jens Axboe
<axboe@kernel.dk>
Sat, 28 May 2022 02:37:17 +0000
(20:37 -0600)
Recent Debian-based distributions provide zlib support in the zlib1g-dev
package.
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
Link:
https://lore.kernel.org/r/20220524142229.135808-3-vincent.fu@samsung.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
configure
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index 95b60bb70afc76a9440391f9c4883551a5b82434..4ee536a03b2001c16cd0ca624079c184478115c8 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-3142,7
+3142,7
@@
if test "$libzbc" = "yes" ; then
output_sym "CONFIG_LIBZBC"
fi
if test "$zlib" = "no" ; then
- echo "Consider installing zlib
-dev (zlib-devel,
some fio features depend on it."
+ echo "Consider installing zlib
1g-dev (zlib-devel) as
some fio features depend on it."
if test "$build_static" = "yes"; then
echo "Note that some distros have separate packages for static libraries."
fi