[Tarantool-patches] [PATCH luajit v4 7/8] Fix build with busybox grep.
Sergey Kaplun
skaplun at tarantool.org
Thu Nov 24 14:56:57 MSK 2022
Hi, Maksim!
Thanks for the patch!
LGTM, with a single nit below.
On 28.10.22, Maksim Kokryashkin wrote:
> From: Mike Pall <mike>
>
> Reported by ymph.
>
> (cherry picked from commit 66563bdab0c7acf3cd61dc6cfcca36275951d084)
>
> Busybox implementation of grep doesn't have the `-U` option, but it
> has the option to treat the binary as a text file, so that case is
Minor: the `-a` option
> provided as an alternative.
>
> Maxim Kokryashkin:
> * added the description for the problem and updated the CMake
>
> Needed for tarantool/tarantool#6096
> Part of tarantool/tarantool#7230
> ---
> cmake/SetTargetFlags.cmake | 2 +-
> src/Makefile.original | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/cmake/SetTargetFlags.cmake b/cmake/SetTargetFlags.cmake
> index 943a3152..8abb6288 100644
> --- a/cmake/SetTargetFlags.cmake
> +++ b/cmake/SetTargetFlags.cmake
<snipped>
> diff --git a/src/Makefile.original b/src/Makefile.original
> index 4d7cda3e..2d014e43 100644
> --- a/src/Makefile.original
> +++ b/src/Makefile.original
<snipped>
> --
> 2.37.0 (Apple Git-136)
>
--
Best regards,
Sergey Kaplun
More information about the Tarantool-patches
mailing list