diff options
Diffstat (limited to 'package/gnutls/Config.in')
-rw-r--r-- | package/gnutls/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/gnutls/Config.in b/package/gnutls/Config.in index dde23cec7a..998e213c7d 100644 --- a/package/gnutls/Config.in +++ b/package/gnutls/Config.in @@ -14,6 +14,8 @@ if BR2_PACKAGE_GNUTLS config BR2_PACKAGE_GNUTLS_TOOLS bool "install tools" + select BR2_PACKAGE_ARGP_STANDALONE \ + if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL help Install GnuTLS command line tools for various cryptographic tasks. |