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: b...@freebsd.org
          Reporter: sallend...@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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to