git: 73f65c7acdfe - stable/13 - lib: Gate libfigpar under MK_DIALOG
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Feb 2023 09:33:05 UTC
The branch stable/13 has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=73f65c7acdfe7d5780c9a9e3320caf85885d6300 commit 73f65c7acdfe7d5780c9a9e3320caf85885d6300 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2022-07-21 14:52:24 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-02-02 09:32:54 +0000 lib: Gate libfigpar under MK_DIALOG libfigpar is only used by dpv and dpv isn't built if WITHOUT_DIALOG is set. (cherry picked from commit 15d781b5323315afaed06fb2f2499f9164e1ef86) --- lib/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index eedcbef50386..091bbc2a4ca8 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -56,7 +56,6 @@ SUBDIR= ${SUBDIR_BOOTSTRAP} \ libexecinfo \ libexpat \ libfetch \ - libfigpar \ libgcc_eh \ libgcc_s \ libgeom \ @@ -167,7 +166,7 @@ SUBDIR+= clang SUBDIR.${MK_CUSE}+= libcuse SUBDIR.${MK_CXX}+= libdevdctl SUBDIR.${MK_TOOLCHAIN}+=libpe -SUBDIR.${MK_DIALOG}+= libdpv +SUBDIR.${MK_DIALOG}+= libdpv libfigpar SUBDIR.${MK_FILE}+= libmagic SUBDIR.${MK_GPIO}+= libgpio SUBDIR.${MK_GSSAPI}+= libgssapi librpcsec_gss