[pcre-dev] [Bug 2583] [PATCH] PCRE: Generate pkgconfig files…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2583] [PATCH] PCRE: Generate pkgconfig files using CMake
https://bugs.exim.org/show_bug.cgi?id=2583

--- Comment #3 from Wolfgang Stöggl <c72578@???> ---
Created attachment 1313
--> https://bugs.exim.org/attachment.cgi?id=1313&action=edit
Patch file to generate pkgconfig files using CMake

Thanks for the info.
Just in case there will be a new release, I have updated the patch including
fixes from: https://bugs.exim.org/show_bug.cgi?id=2584

- Include GNUInstallDirs and use ${CMAKE_INSTALL_LIBDIR} instead of
hardcoded lib. This allows differentiation between lib and lib64.
CMAKE_INSTALL_LIBDIR is used for installation of libraries and also
for pkgconfig file generation.
- Add the version of PCRE2 to the configuration summary like
./configure does
- Fix typo: MACTHED_STRING->MATCHED_STRING

--
You are receiving this mail because:
You are on the CC list for the bug.