summaryrefslogtreecommitdiff
path: root/packages/development
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-02-15 19:12:53 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-02-15 19:12:53 +0100
commit9b5d2cbea6801f83319e3432821e1f5819b82448 (patch)
tree0646e31736fdc4d778c4978a0a989a33767df5c5 /packages/development
parentdb6004c7a93b7421939caaeb68ddf4f7a6bf6156 (diff)
downloadembtoolkit-9b5d2cbea6801f83319e3432821e1f5819b82448.tar.gz
embtoolkit-9b5d2cbea6801f83319e3432821e1f5819b82448.tar.bz2
embtoolkit-9b5d2cbea6801f83319e3432821e1f5819b82448.tar.xz
Packages: popt: enable glob interface when uClibc is used as C library
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/development')
-rw-r--r--packages/development/popt/popt.kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/development/popt/popt.kconfig b/packages/development/popt/popt.kconfig
index 4248094..ff0a6fb 100644
--- a/packages/development/popt/popt.kconfig
+++ b/packages/development/popt/popt.kconfig
@@ -25,6 +25,9 @@
config EMBTK_HAVE_POPT
bool "Have popt"
+ select KEMBTK_UCLIBC_UCLIBC_HAS_GLOB if EMBTK_CLIB_UCLIBC
+ select KEMBTK_UCLIBC_UCLIBC_HAS_GNU_GLOB if EMBTK_CLIB_UCLIBC
+
help
This is the popt command line option parsing library.
While it is similar to getopt(3), it contains a number of enhancements,