Uploaded image for project: 'Funtoo Linux'
  1. Funtoo Linux
  2. FL-10691

Postfix 3.7.3 doesn't compile with vanilla-sources-6.x

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None

      Hi,

      Postfix doesn't compile with Linux major version = 6.

      Need to modify file : ../portage/mail-mta/postfix-3.x.x/work/post-3.x.x/makedefs in package

      line 543  Linux.[345].*)>SYSTYPE=LINUX$RELEASE_MAJOR

      to 543  Linux.[3456].*)>SYSTYPE=LINUX$RELEASE_MAJOR

      and file :

      line 754 #if defined(LINUX2) || defined(LINUX3) || defined(LINUX4) || defined(LINUX5)

      to

      754 #if defined(LINUX2) || defined(LINUX3) || defined(LINUX4) || defined(LINUX5) || defined(LINUX6)

      Probably other Postfix versions are concerned.

      Thanks

            Unassigned Unassigned
            xgerligand Xavier Gerligand
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: