svn commit: r274203 - head

Devin Teske dteske at FreeBSD.org
Thu Nov 6 22:53:51 UTC 2014


Author: dteske
Date: Thu Nov  6 22:53:50 2014
New Revision: 274203
URL: https://svnweb.freebsd.org/changeset/base/274203

Log:
  SUBDIR_DEPENDS__ in lib/Makefile is not working out so well for me.
  Add to using _prebuild_libs in (top-level) Makefile.inc1.
  NB: Unbreak build yet again (we'll get this right eventually)
  
  Reviewed by:	markj, ngie
  Thanks to:	ian, markj, ngie, Nikolai Lifanov <lifanov at mail.lifanov.com>
  MFC after:	21 days
  X-MFC-to:	stable/10 stable/9
  X-MFC-with:	274116 274120 274121 274123 274144 274146 274192

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Thu Nov  6 22:50:00 2014	(r274202)
+++ head/Makefile.inc1	Thu Nov  6 22:53:50 2014	(r274203)
@@ -1537,6 +1537,7 @@ _prebuild_libs=	${_kerberos5_lib_libasn1
 		${_kerberos5_lib_libwind} \
 		lib/libbz2 ${_libcom_err} lib/libcrypt \
 		lib/libelf lib/libexpat \
+		lib/libfigpar \
 		${_lib_libgssapi} \
 		lib/libkiconv lib/libkvm lib/liblzma lib/libmd lib/libnv \
 		${_lib_libcapsicum} \


More information about the svn-src-head mailing list