[pcre-dev] [Bug 2800] New: Build fails on Linux due to BZip2…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2800] New: Build fails on Linux due to BZip2 case mismatch
https://bugs.exim.org/show_bug.cgi?id=2800

            Bug ID: 2800
           Summary: Build fails on Linux due to BZip2 case mismatch
           Product: PCRE
           Version: 10.37 (PCRE2)
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Code
          Assignee: Philip.Hazel@???
          Reporter: daravi@???
                CC: pcre-dev@???


In the root CMakeLists.txt following variables are used:
BZIP2_INCLUDE_DIR
BZIP2_LIBRARIES

However since the package name is BZip2, these variables are not found (i.e. in
CMake they are replaces by empty string) and build fails on my AlmaLinux 8.4
OS. The fix is to replace them with:
BZip2_INCLUDE_DIR
BZip2_LIBRARIES

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