forked from pool/neomutt
Accepting request 881312 from home:LarsMB:branches:server:mail
- build: Enable pcre2 for regex matching (bsc#1183989) - Add libprce2-devel as build dependency OBS-URL: https://build.opensuse.org/request/show/881312 OBS-URL: https://build.opensuse.org/package/show/server:mail/neomutt?expand=0&rev=42
This commit is contained in:
parent
c79fdb781b
commit
07ab7d4d6f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 25 12:53:16 UTC 2021 - lmb <lmb@fritz.box>
|
||||
|
||||
- build: Enable pcre2 for regex matching (bsc#1183989)
|
||||
- Add libprce2-devel as build dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 8 09:16:00 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -45,6 +45,7 @@ BuildRequires: lua-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: notmuch-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pcre2-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: w3m
|
||||
BuildRequires: xsltproc
|
||||
@ -87,6 +88,7 @@ export CFLAGS="%{optflags}"
|
||||
--gss \
|
||||
--idn \
|
||||
--mixmaster \
|
||||
--pcre2 \
|
||||
--zlib
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
Loading…
Reference in New Issue
Block a user