[Midnightbsd-cvs] [MidnightBSD/mports] a73de8: dns/nss_mdns: add --undefined-version to fix lld b...

Lucas Holt noreply at github.com
Sun May 17 14:29:50 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/mports
  Commit: a73de837d00a3fec8f7923c8e325cc5a1d1fecaf
      https://github.com/MidnightBSD/mports/commit/a73de837d00a3fec8f7923c8e325cc5a1d1fecaf
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-05-17 (Sun, 17 May 2026)

  Changed paths:
    M dns/nss_mdns/Makefile

  Log Message:
  -----------
  dns/nss_mdns: add --undefined-version to fix lld build

nss-mdns uses a single version script (src/map-file) listing symbols
for all six library variants. Each library only provides its own subset,
so lld (Clang 19) errors on the absent symbols. GNU ld ignores them
silently; --undefined-version restores that behaviour.

Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>



To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications


More information about the Midnightbsd-cvs mailing list