Date: Mon, 6 Dec 2021 14:04:57 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: d0bcdb3e10ce - stable/13 - libelf: Link gelf_getchdr.3 to the build Message-ID: <202112061404.1B6E4vXp081770@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=d0bcdb3e10ce9daafb439903fa9a87a17c8b77ac commit d0bcdb3e10ce9daafb439903fa9a87a17c8b77ac Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2021-11-29 18:51:38 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2021-12-06 14:04:03 +0000 libelf: Link gelf_getchdr.3 to the build Sponsored by: The FreeBSD Foundation (cherry picked from commit 9ff084f0fab6846aa6f30bb1aac9692461405f86) --- lib/libelf/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libelf/Makefile b/lib/libelf/Makefile index 8174f4e06bba..9f21da5267eb 100644 --- a/lib/libelf/Makefile +++ b/lib/libelf/Makefile @@ -132,6 +132,7 @@ MAN= elf.3 \ gelf_checksum.3 \ gelf_fsize.3 \ gelf_getcap.3 \ + gelf_getchdr.3 \ gelf_getclass.3 \ gelf_getdyn.3 \ gelf_getehdr.3 \ @@ -179,6 +180,7 @@ MLINKS+= \ MLINKS+= \ gelf_checksum.3 elf${E}_checksum.3 \ gelf_fsize.3 elf${E}_fsize.3 \ + gelf_getchdr.3 elf${E}_getchdr.3 \ gelf_getehdr.3 elf${E}_getehdr.3 \ gelf_getphdr.3 elf${E}_getphdr.3 \ gelf_getshdr.3 elf${E}_getshdr.3 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112061404.1B6E4vXp081770>