[Bug 279270] WITHOUT_UNDEFINED_VERSION fails with WITHOUT_NIS
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 279270] WITHOUT_UNDEFINED_VERSION fails with WITHOUT_NIS"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 May 2024 20:48:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279270
--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=61639bb3fc5abe0bb7b096e643b51c30703ac432
commit 61639bb3fc5abe0bb7b096e643b51c30703ac432
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-05-24 17:27:29 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-05-24 20:47:37 +0000
libc: move NIS xdr_* symbols from rpc's to yp's Symbol.map
To fix WITHOUT_NIS build. Building yp_xdr.c is gated by MK_NIS.
PR: 279270
Reported by: peterj
Reported by: matteo
Reported by: Michael Dexter's Build Option Survey run
Reviewed by: brooks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45347
lib/libc/rpc/Symbol.map | 31 -------------------------------
lib/libc/yp/Symbol.map | 32 ++++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 31 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.