mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
fish.spec: depend on system pcre2 libraries where available
This commit is contained in:
parent
1590bd15f1
commit
1872fb4ea9
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ BuildRequires: ncurses-devel gettext gcc-c++ autoconf
|
||||||
BuildRequires: gcc48 gcc48-c++
|
BuildRequires: gcc48 gcc48-c++
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?is_opensuse} || 0%{?fedora}
|
||||||
|
BuildRequires: pcre2-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
Requires: bc
|
Requires: bc
|
||||||
|
|
Loading…
Reference in a new issue