summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-08-29 08:50:46 +0000
committerbde <bde@FreeBSD.org>2001-08-29 08:50:46 +0000
commit185d7afd5b04116b74a257c90e4d97f82e93704b (patch)
tree69a0cb45b0f9742bba56b36db3a4cad803fa70f5 /share
parent2d9bbd64835c1b5d0d586cf6cb8842eb6172b3a8 (diff)
downloadFreeBSD-src-185d7afd5b04116b74a257c90e4d97f82e93704b.zip
FreeBSD-src-185d7afd5b04116b74a257c90e4d97f82e93704b.tar.gz
Fixed world breakage in ftpd, rshd, login, su, telnetd and telnet. LIBPAM
and MINUSLPAM must be kept in sync with the libraries linked to by libpam to support static linkage. Moved libmd to the end of LIBPAM and MINUSLPAM. It was before libopie, but libopie references it, so static linkage only worked accidentally.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.libnames.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mk/bsd.libnames.mk b/share/mk/bsd.libnames.mk
index 9315a63..dd3ee72 100644
--- a/share/mk/bsd.libnames.mk
+++ b/share/mk/bsd.libnames.mk
@@ -73,9 +73,9 @@ MINUSLPAM+= -lkrb5 -lasn1 -lroken
LIBPAM+= ${LIBCOM_ERR}
MINUSLPAM+= -lcom_err
.endif
-LIBPAM+= ${LIBRADIUS} ${LIBTACPLUS} ${LIBCRYPT} ${LIBMD} \
- ${LIBUTIL} ${LIBOPIE}
-MINUSLPAM+= -lradius -ltacplus -lcrypt -lmd -lutil -lopie
+LIBPAM+= ${LIBRADIUS} ${LIBRPCSVC} ${LIBTACPLUS} ${LIBCRYPT} \
+ ${LIBUTIL} ${LIBOPIE} ${LIBMD}
+MINUSLPAM+= -lradius -lrpcsvc -ltacplus -lcrypt -lutil -lopie -lmd
.endif
LIBPANEL?= ${DESTDIR}${LIBDIR}/libpanel.a
OpenPOWER on IntegriCloud