|
|
|
@ -42,6 +42,7 @@ components:
|
|
|
|
|
Optional at compile time are:
|
|
|
|
|
libreadline and the readline-dev headers make dialog mode more convenient.
|
|
|
|
|
on Linux: libacl and libacl-devel allow getting and setting ACLs.
|
|
|
|
|
zlib and zlib-devel allow zisofs compression.
|
|
|
|
|
If they were present at compile time, then the optional libraries have to
|
|
|
|
|
be present at runtime, too.
|
|
|
|
|
|
|
|
|
@ -91,6 +92,7 @@ Never omit the "make clean" command after switching libreadline enabling.
|
|
|
|
|
Other deliberate dependency reduction options of ./configure are:
|
|
|
|
|
--disable-libacl avoid use of ACL functions like acl_to_text()
|
|
|
|
|
--disable-xattr avoid use of xattr functions like listxattr()
|
|
|
|
|
--disable-zlib avoid use of zlib functions like compress2()
|
|
|
|
|
|
|
|
|
|
xorriso allows to use external processes as file content filters. This is
|
|
|
|
|
a potential security risk which may be avoided by ./configure option
|
|
|
|
|