[pcre-dev] [Bug 2561] New: cmake: properly check for mkostem…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2561] New: cmake: properly check for mkostemp (needed by sljit ProtExecutableAllocator)
https://bugs.exim.org/show_bug.cgi?id=2561

            Bug ID: 2561
           Summary: cmake: properly check for mkostemp (needed by sljit
                    ProtExecutableAllocator)
           Product: PCRE
           Version: 10.34 (PCRE2)
          Hardware: All
                OS: All
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Code
          Assignee: ph10@???
          Reporter: carenas@???
                CC: pcre-dev@???


Created attachment 1297
--> https://bugs.exim.org/attachment.cgi?id=1297&action=edit
svn diff

note that configure is already checking for this since r653 so this just allows
for similar functionality if using cmake.

since the code relies on this function unconditionally, if not found (which is
very unlikely for modern systems since mkostemp is widely available) then
support for this code is disabled instead.

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