From a2cab81156ebd5302fa1db23e9d7cadfe627ff7e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89rico=20Nogueira?= Date: Thu, 21 Oct 2021 16:57:33 -0300 Subject: [PATCH] INSTALL: update symbol hiding option --enable-hidden-symbols was deprecated in 9e24b9c7afbcb81120af4cf3f6cdee49a06d8224. Closes #7890 --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 84fe829199..0e3d14262b 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -472,7 +472,7 @@ use, here are some other flags that can reduce the size of the library: - `--disable-unix-sockets` (disables support for UNIX sockets) - `--disable-verbose` (eliminates debugging strings and error code strings) - `--disable-versioned-symbols` (disables support for versioned symbols) - - `--enable-hidden-symbols` (eliminates unneeded symbols in the shared library) + - `--enable-symbol-hiding` (eliminates unneeded symbols in the shared library) - `--without-libidn` (disables support for the libidn DNS library) - `--without-librtmp` (disables support for RTMP) - `--without-openssl` (disables support for SSL/TLS) -- 2.47.3