Page MenuHomeFreeBSD

dns/bind9*: fix WITH_DEBUG build
ClosedPublic

Authored by glebius on Thu, Sep 5, 5:07 AM.
Tags
None
Referenced Files
F95792868: D46540.id142953.diff
Sun, Sep 22, 4:24 PM
Unknown Object (File)
Sat, Sep 21, 7:12 AM
Unknown Object (File)
Fri, Sep 20, 1:58 AM
Unknown Object (File)
Fri, Sep 20, 12:04 AM
Unknown Object (File)
Wed, Sep 18, 10:18 AM
Unknown Object (File)
Tue, Sep 17, 3:49 AM
Unknown Object (File)
Mon, Sep 16, 6:01 PM
Unknown Object (File)
Fri, Sep 13, 1:32 PM
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.Thu, Sep 5, 3:51 PM
This revision was automatically updated to reflect the committed changes.