[Buildroot] [git commit] gawk: add missing comment for toolchain option dependencies

Peter Korsgaard peter at korsgaard.com
Thu Dec 19 20:42:27 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=dd72ecc0dbd7160df4cddfdd88d36ae1bbc14d77
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/gawk/Config.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/gawk/Config.in b/package/gawk/Config.in
index 31b97fa..d0213a7 100644
--- a/package/gawk/Config.in
+++ b/package/gawk/Config.in
@@ -10,6 +10,6 @@ config BR2_PACKAGE_GAWK
 
 	  http://www.gnu.org/software/gawk/
 
-comment "gawk needs a toolchain w/ wchar"
+comment "gawk needs a toolchain w/ wchar, dynamic library"
 	depends on BR2_USE_MMU
-	depends on !BR2_USE_WCHAR
+	depends on !BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB


More information about the buildroot mailing list