Skip to content

Commit

Permalink
pcre2: Add link library of tinfo needed by readline symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhams committed Dec 12, 2020
1 parent 5cb3f8f commit fc5962f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/pcre2/SPECS/pcre2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#%%global rcversion RC1
Name: pcre2
Version: 10.35
Release: %{?rcversion:0.}8%{?rcversion:.%rcversion}%{?dist}
Release: %{?rcversion:0.}9%{?rcversion:.%rcversion}%{?dist}
%global myversion %{version}%{?rcversion:-%rcversion}
Summary: Perl-compatible regular expression library
# the library: BSD with exceptions
Expand Down Expand Up @@ -187,6 +187,7 @@ libtoolize --copy --force
autoreconf -vif

%build
export LIBS="-ltinfo"
# There is a strict-aliasing problem on PPC64, bug #881232
%ifarch ppc64
%global optflags %{optflags} -fno-strict-aliasing
Expand Down Expand Up @@ -295,6 +296,9 @@ make %{?_smp_mflags} check VERBOSE=yes
%{_mandir}/man1/pcre2test.*

%changelog
* Sat Dec 12 2020 Daniel hams <[email protected]> - 10.35-9
- Add link library of tinfo needed by readline symbols

* Tue Oct 27 2020 Petr Pisar <[email protected]> - 10.35-8
- Fix a partial matching for a word boundary in JIT mode (upstream bug #2663)

Expand Down

0 comments on commit fc5962f

Please sign in to comment.