[vlc-devel] [PATCH] configure: do not use wordexp on iOS/tvOS

David Fuhrmann david.fuhrmann at gmail.com
Mon Dec 7 11:01:03 CET 2020



> Am 02.12.2020 um 15:13 schrieb Marvin Scholz <epirat07 at gmail.com>:
> 
> ---
> configure.ac | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index e67bb7e2966..2b4e5741ef3 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -213,7 +213,8 @@ case "${host_os}" in
>              #if TARGET_OS_IPHONE
>              yes
>              #endif],
> -             [HAVE_IOS="1"],
> +             [HAVE_IOS="1"
> +             ac_cv_func_wordexp=no],
>              [HAVE_OSX="1"])
> 
>     AC_EGREP_CPP(yes,

LGTM.
From my point of view please merge this now, this is the best workaround which we have as proposal on the ML at the moment.
Of course, this can be replaced by a better solution once proposed as a concrete patch.

From my point of view, I think this overall problem can, must and likely will be solved in a better and cleaner way anyhow, once we switch to the meson build system.



More information about the vlc-devel mailing list