From 0c57b6c89490303757aca3ba2d0515f7f8752765 Mon Sep 17 00:00:00 2001 From: Jeremy Linton Date: Tue, 20 Feb 2024 13:48:05 -0600 Subject: [PATCH] pkgconfig: Correct library description Correct the description in the pkgconfig file, but leave the name alone as we want to remain compatible with projects utilizing hyperscan. Signed-off-by: Jeremy Linton --- libhs.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libhs.pc.in b/libhs.pc.in index 3ad2b90c..d1e3ffb0 100644 --- a/libhs.pc.in +++ b/libhs.pc.in @@ -4,7 +4,7 @@ libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@ includedir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@ Name: libhs -Description: Intel(R) Hyperscan Library +Description: A portable fork of the high-performance regular expression matching library Version: @HS_VERSION@ Libs: -L${libdir} -lhs Cflags: -I${includedir}/hs