svn commit: r283772 - head

Baptiste Daroussin bapt at FreeBSD.org
Sat May 30 16:00:34 UTC 2015


Author: bapt
Date: Sat May 30 16:00:33 2015
New Revision: 283772
URL: https://svnweb.freebsd.org/changeset/base/283772

Log:
  Do not make libsqlite3 dependency chain only defined for kerberos, soon more
  options would need libsqlite3 as well thus depends on this definitions

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Sat May 30 15:45:39 2015	(r283771)
+++ head/Makefile.inc1	Sat May 30 16:00:33 2015	(r283772)
@@ -1806,9 +1806,10 @@ kerberos5/lib/libroken__L: lib/libcrypt_
 kerberos5/lib/libwind__L: kerberos5/lib/libroken__L lib/libcom_err__L
 kerberos5/lib/libheimbase__L: lib/libthr__L
 kerberos5/lib/libheimipcc__L: kerberos5/lib/libroken__L kerberos5/lib/libheimbase__L lib/libthr__L
-lib/libsqlite3__L: lib/libthr__L
 .endif
 
+lib/libsqlite3__L: lib/libthr__L
+
 .if ${MK_GSSAPI} != "no"
 _lib_libgssapi=	lib/libgssapi
 .endif


More information about the svn-src-head mailing list