Accepting request 1104193 from home:dimstar:Factory

- 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).

OBS-URL: https://build.opensuse.org/request/show/1104193
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=138
This commit is contained in:
Dirk Mueller 2023-09-04 07:27:54 +00:00 committed by Git OBS Bridge
parent 3ed3d1f409
commit e81a5280a0
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}