commit | c4931db9c66c77a38d0c6ec023f16f240e669dcb | [log] [tgz] |
---|---|---|
author | Christian Hopps <chopps@gmail.com> | Sun Mar 28 21:38:46 2021 -0400 |
committer | Michal Vasko <mvasko@cesnet.cz> | Mon Mar 29 09:03:46 2021 +0200 |
tree | c523ef30100759055d71c7976907d9f6c606599e | |
parent | d43298b161802b52f0a4daacd607fcba30f34bea [diff] [blame] |
build BUGFIX update pkg-config with new libpcre2 requirement
diff --git a/libyang.pc.in b/libyang.pc.in index ad7def1..72d1689 100644 --- a/libyang.pc.in +++ b/libyang.pc.in
@@ -5,7 +5,7 @@ Name: @PROJECT_NAME@ Description: @LIBYANG_DESCRIPTION@ Version: @LIBYANG_VERSION@ -Requires.private: libpcre +Requires.private: libpcre2-8 Libs: -L${libdir} -lyang -Libs.private: -lpcre +Libs.private: -lpcre2-8 Cflags: -I${includedir}