git: 19deec3b30ca - main - bsdinstall: reduce overlinking
Baptiste Daroussin
bapt at FreeBSD.org
Mon Oct 4 09:40:46 UTC 2021
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/src/commit/?id=19deec3b30ca6add3ef3f7414e163c72d8f5b966
commit 19deec3b30ca6add3ef3f7414e163c72d8f5b966
Author: Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-09-23 02:08:08 +0000
Commit: Baptiste Daroussin <bapt at 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=
More information about the dev-commits-src-all
mailing list