Accepting request 1108777 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1108777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grep?expand=0&rev=90
This commit is contained in:
Ana Guerrero 2023-09-07 19:12:00 +00:00 committed by Git OBS Bridge
commit d4cbb265e2
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Aug 16 14:21:13 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- export CONFIG_SHELL=/bin/sh before running configure: results in
the shell script (egrep/fgrep) to receive a /bin/sh shebang
instead of requiring bash (the local shell used to build).
-------------------------------------------------------------------
Thu May 18 12:00:38 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -46,6 +46,7 @@ match to a specified pattern. By default, grep prints the matching lines.
%autosetup -p1
%build
export CONFIG_SHELL=/bin/sh
%configure \
--disable-silent-rules \
%{nil}