Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2020 03:15:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 247959] sendmail SASL example in /usr/share/examples/etc/make.conf is out of date
Message-ID:  <bug-247959-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247959

            Bug ID: 247959
           Summary: sendmail SASL example in
                    /usr/share/examples/etc/make.conf is out of date
           Product: Base System
           Version: 11.3-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: misc
          Assignee: bugs@FreeBSD.org
          Reporter: sallendorf@gmail.com

The lines in /usr/share/examples/etc/make.conf do not match those in the
handbook.  Sendmail does not compile on 11-STABLE with these lines in
/etc/make.conf if the security/openssl port is installed.

>From /usr/share/examples/etc/make.conf:

        SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2
        SENDMAIL_LDFLAGS=-L/usr/local/lib
        SENDMAIL_LDADD=-lsasl2

>From the handbook:

        SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL
        SENDMAIL_LDADD=/usr/local/lib/libsasl2.so

Sendmail does compile successfully when the lines from the handbook are used in
/etc/make.conf.

-- 
You are receiving this mail because:
You are the assignee for the bug.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247959-227>