[exim-dev] [Bug 2703] New: building with DISABLE_PIPE_CONNEC…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2703] New: building with DISABLE_PIPE_CONNECT=yes fails
https://bugs.exim.org/show_bug.cgi?id=2703

            Bug ID: 2703
           Summary: building with DISABLE_PIPE_CONNECT=yes fails
           Product: Exim
           Version: 4.94
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Transports
          Assignee: unallocated@???
          Reporter: wbreyha@???
                CC: exim-dev@???


After figuring out that SUPPORT_PIPE_CONNECT was renamed to
DISABLE_PIPE_CONNECT and fixed in HEAD I failed to compile 4.94 with
DISABLE_PIPE_CONNECT=yes and ..

it seems there is some #ifndef DISABLE_PIPE_CONNECT missing in
src/transports/smtp.c:1503 (HEAD).

.../rpmbuild/BUILD/exim-4.94/build-Linux-x86_64/transports/smtp.c:1552:
undefined reference to `invalidate_ehlo_cache_entry'
collect2: error: ld returned 1 exit status

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