From ddfe2bf59b6f122f821122c9ee21aa2f5b077f31 Mon Sep 17 00:00:00 2001 From: Philipp Rudo Date: Mon, 25 Sep 2017 16:19:19 +0200 Subject: [PATCH] README: add glibc-static to dependencies Signed-off-by: Philipp Rudo Signed-off-by: Michael Holzheu --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 469a3fd9..133c8bdd 100644 --- a/README.md +++ b/README.md @@ -256,13 +256,14 @@ HAVE_FUSE=0`". The following table provides an overview of the used libraries and build options: -| __LIBRARY__|__BUILD OPTION__| __TOOLS__ | -|------------|:--------------:|:-------------------------------------:| -| fuse | `HAVE_FUSE` | cmsfs-fuse, zdsfs, hmcdrvfs, zgetdump | -| zlib | `HAVE_ZLIB` | zgetdump, dump2tar | -| ncurses | `HAVE_NCURSES` | hyptop | -| pfm | `HAVE_PFM` | cpacfstats | -| net-snmp | `HAVE_SNMP` | osasnmpd | +| __LIBRARY__ |__BUILD OPTION__| __TOOLS__ | +|----------------|:--------------:|:-------------------------------------:| +| fuse | `HAVE_FUSE` | cmsfs-fuse, zdsfs, hmcdrvfs, zgetdump | +| zlib | `HAVE_ZLIB` | zgetdump, dump2tar | +| ncurses | `HAVE_NCURSES` | hyptop | +| pfm | `HAVE_PFM` | cpacfstats | +| net-snmp | `HAVE_SNMP` | osasnmpd | +| glibc-static | `n/a` | zfcpdump | This table lists additional build or install options: