From 3d81783cef897cc5de0aa433309c18a8fd88b062 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 9 Nov 2013 22:34:08 +0100 Subject: need fts support for firefox --- target/arm/uclibc.config.big | 2 +- target/arm/uclibc.config.little | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'target') diff --git a/target/arm/uclibc.config.big b/target/arm/uclibc.config.big index 51293a19b..6dacd4833 100644 --- a/target/arm/uclibc.config.big +++ b/target/arm/uclibc.config.big @@ -210,7 +210,7 @@ UCLIBC_HAS_FNMATCH=y UCLIBC_HAS_WORDEXP=y UCLIBC_HAS_NFTW=y UCLIBC_HAS_FTW=y -# UCLIBC_HAS_FTS is not set +UCLIBC_HAS_FTS=y UCLIBC_HAS_GLOB=y UCLIBC_HAS_GNU_GLOB=y # UCLIBC_HAS_UTMPX is not set diff --git a/target/arm/uclibc.config.little b/target/arm/uclibc.config.little index c388f5696..851ac0c06 100644 --- a/target/arm/uclibc.config.little +++ b/target/arm/uclibc.config.little @@ -210,7 +210,7 @@ UCLIBC_HAS_FNMATCH=y UCLIBC_HAS_WORDEXP=y UCLIBC_HAS_NFTW=y UCLIBC_HAS_FTW=y -# UCLIBC_HAS_FTS is not set +UCLIBC_HAS_FTS=y UCLIBC_HAS_GLOB=y UCLIBC_HAS_GNU_GLOB=y # UCLIBC_HAS_UTMPX is not set -- cgit v1.2.3