svn commit: r279391 - head/share/mk

Garrett Cooper ngie at FreeBSD.org
Sat Feb 28 05:14:44 UTC 2015


Author: ngie
Date: Sat Feb 28 05:14:42 2015
New Revision: 279391
URL: https://svnweb.freebsd.org/changeset/base/279391

Log:
  Fix typo (_DP_grom -> _DP_geom) so applications that need to link against
  libgeom do so successfully
  
  Tested by running `geom part list` produced from a -DWITHOUT_DYNAMICROOT built
  world
  
  PR: 198078
  Reported by: Eir Nym <eirnym at gmail.com>

Modified:
  head/share/mk/src.libnames.mk

Modified: head/share/mk/src.libnames.mk
==============================================================================
--- head/share/mk/src.libnames.mk	Sat Feb 28 04:19:02 2015	(r279390)
+++ head/share/mk/src.libnames.mk	Sat Feb 28 05:14:42 2015	(r279391)
@@ -170,7 +170,7 @@ _DP_edit=	ncursesw
 .if ${MK_OPENSSL} != "no"
 _DP_bsnmp=	crypto
 .endif
-_DP_grom=	bsdxml sbuf
+_DP_geom=	bsdxml sbuf
 _DP_cam=	sbuf
 _DP_casper=	capsicum nv pjdlog
 _DP_capsicum=	nv


More information about the svn-src-all mailing list