svn commit: r338744 - head/lib/libc/rpc
Brad Davis
brd at FreeBSD.org
Tue Sep 18 01:38:45 UTC 2018
Author: brd
Date: Tue Sep 18 01:38:44 2018
New Revision: 338744
URL: https://svnweb.freebsd.org/changeset/base/338744
Log:
Fix CONFS to append the value in this case.
Approved by: re (blanket, pkgbase), will (mentor)
Modified:
head/lib/libc/rpc/Makefile.inc
Modified: head/lib/libc/rpc/Makefile.inc
==============================================================================
--- head/lib/libc/rpc/Makefile.inc Tue Sep 18 01:24:30 2018 (r338743)
+++ head/lib/libc/rpc/Makefile.inc Tue Sep 18 01:38:44 2018 (r338744)
@@ -2,7 +2,7 @@
# $FreeBSD$
.PATH: ${LIBC_SRCTOP}/rpc ${LIBC_SRCTOP}/.
-CONFS= rpc/netconfig rpc/rpc
+CONFS+= rpc/netconfig rpc/rpc
SRCS+= auth_none.c auth_unix.c authunix_prot.c bindresvport.c clnt_bcast.c \
clnt_dg.c clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c \
clnt_vc.c rpc_dtablesize.c getnetconfig.c getnetpath.c getrpcent.c \
More information about the svn-src-all
mailing list