mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 15:18:50 +08:00
fish.spec: depend on system pcre2 libraries where available
(cherry picked from commit 1872fb4ea9
)
This commit is contained in:
parent
27d7feaf95
commit
2d08da79e9
|
@ -15,6 +15,10 @@ BuildRequires: ncurses-devel gettext gcc-c++ autoconf
|
|||
BuildRequires: gcc48 gcc48-c++
|
||||
%endif
|
||||
|
||||
%if 0%{?is_opensuse} || 0%{?fedora}
|
||||
BuildRequires: pcre2-devel
|
||||
%endif
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Requires: bc
|
||||
|
|
Loading…
Reference in New Issue
Block a user