Page MenuHomeFreeBSD

dns/bind9*: fix WITH_DEBUG build
ClosedPublic

Authored by glebius on Sep 5 2024, 5:07 AM.
Tags
None
Referenced Files
F157138454: D46540.diff
Mon, May 18, 5:12 PM
Unknown Object (File)
Sun, May 10, 3:54 AM
Unknown Object (File)
Sat, May 9, 5:15 PM
Unknown Object (File)
Sat, May 9, 9:12 AM
Unknown Object (File)
Fri, May 8, 6:34 PM
Unknown Object (File)
Fri, May 8, 1:41 PM
Unknown Object (File)
Mon, May 4, 12:05 PM
Unknown Object (File)
Tue, Apr 28, 8:25 AM
Subscribers
None

Details

Summary

The READLINE_CFLAGS="-L${LOCALBASE}/lib" env came with bind 9.18 with
no explanation. With 9.20 it actually breaks the developer build:

cc: error: argument unused during compilation: '-L/usr/local/lib' [-Werror,-Wunused-command-line-argument]

Indeed, -L was never a compiler flag.

The --enable-symtable configure option is no longer supported by
bind and just produces a warning.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

glebius created this revision.

I have not needed WITH_DEBUG for a while, thanks.

This revision is now accepted and ready to land.Sep 5 2024, 3:51 PM
This revision was automatically updated to reflect the committed changes.