[Buildroot] [PATCH 2/2] docs/manual: document PKG_AS_NEEDED

gustavo.zacarias at free-electrons.com gustavo.zacarias at free-electrons.com
Sun Jul 17 15:05:58 UTC 2016


From: Gustavo Zacarias <gustavo.zacarias at free-electrons.com>

Signed-off-by: Gustavo Zacarias <gustavo.zacarias at free-electrons.com>
---
 docs/manual/adding-packages-autotools.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/manual/adding-packages-autotools.txt b/docs/manual/adding-packages-autotools.txt
index a041d91..e37e1e0 100644
--- a/docs/manual/adding-packages-autotools.txt
+++ b/docs/manual/adding-packages-autotools.txt
@@ -147,6 +147,10 @@ cases, typical packages will therefore only use a few of them.
   not. Valid values are +YES+ and +NO+. By
   default, the value is +YES+
 
+* +LIBFOO_AS_NEEDED+ tells wether as-needed linking should be enabled
+  or disabled. Valid values are +YES+ and +NO+. By default, the
+  value is +YES+
+
 * +LIBFOO_INSTALL_STAGING_OPTS+ contains the make options
   used to install the package to the staging directory. By default, the
   value is +DESTDIR=$(STAGING_DIR) install+, which is
-- 
2.7.3



More information about the buildroot mailing list