Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Oct 2021 09:40:46 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 19deec3b30ca - main - bsdinstall: reduce overlinking
Message-ID:  <202110040940.1949ekFK082699@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/src/commit/?id=19deec3b30ca6add3ef3f7414e163c72d8f5b966

commit 19deec3b30ca6add3ef3f7414e163c72d8f5b966
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2021-09-23 02:08:08 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2021-10-04 09:38:27 +0000

    bsdinstall: reduce overlinking
    
    both distextract and distfetch does not directly use ncurses,
    or figpart, drop their direct link to those libs
---
 usr.sbin/bsdinstall/distextract/Makefile | 2 +-
 usr.sbin/bsdinstall/distfetch/Makefile   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.sbin/bsdinstall/distextract/Makefile b/usr.sbin/bsdinstall/distextract/Makefile
index 908a60c6594a..2b7180e28ea0 100644
--- a/usr.sbin/bsdinstall/distextract/Makefile
+++ b/usr.sbin/bsdinstall/distextract/Makefile
@@ -2,7 +2,7 @@
 
 BINDIR= ${LIBEXECDIR}/bsdinstall
 PROG=	distextract
-LIBADD=	archive dpv figpar ncursesw dialog m
+LIBADD=	archive dpv dialog m
 
 MAN=
 
diff --git a/usr.sbin/bsdinstall/distfetch/Makefile b/usr.sbin/bsdinstall/distfetch/Makefile
index 044b83a8a1a0..70ecb381d485 100644
--- a/usr.sbin/bsdinstall/distfetch/Makefile
+++ b/usr.sbin/bsdinstall/distfetch/Makefile
@@ -2,7 +2,7 @@
 
 BINDIR= ${LIBEXECDIR}/bsdinstall
 PROG=	distfetch
-LIBADD=	fetch ncursesw dialog m
+LIBADD=	fetch dialog m
 
 MAN=
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110040940.1949ekFK082699>