Explorar o código

wordexp can't be built w/o glob

Peter S. Mazinger %!s(int64=20) %!d(string=hai) anos
pai
achega
124aed1a19
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      extra/Configs/Config.in

+ 1 - 0
extra/Configs/Config.in

@@ -1061,6 +1061,7 @@ config UCLIBC_HAS_REGEX_OLD
 
 config UCLIBC_HAS_WORDEXP
 	bool "Support the wordexp() interface"
+	depends on UCLIBC_HAS_GLOB
 	default n
 	help
 	  The SuSv3 wordexp() interface performs word expansions per the  Shell