]> git.ipfire.org Git - thirdparty/systemd.git/commit
journalctl: make pcre2 a dlopen() dependency
authorLennart Poettering <lennart@poettering.net>
Wed, 24 Jun 2020 12:56:28 +0000 (14:56 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 21 Jul 2020 08:37:54 +0000 (10:37 +0200)
commit9200bb30d02f68d35c0fd820e10ff2bed06393e7
treedfbee81edb135d9ffcabc485828861bfa18f8b71
parent046c91314a4046039a344c9058d3f390d8920ab1
journalctl: make pcre2 a dlopen() dependency

Let's make use of the library if it is installed, but otherwise just
generate a nice error and provide all other functionality.
meson.build
src/journal/journalctl.c
src/journal/meson.build
src/journal/pcre2-dlopen.c [new file with mode: 0644]
src/journal/pcre2-dlopen.h [new file with mode: 0644]