summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-05-30 16:00:33 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-05-30 16:00:33 +0000
commit645acf41e368372c7554fec5838123b676eaced9 (patch)
treebf5dc7fe705358b4c32d28fbe0b34c1dcae9c263 /Makefile.inc1
parent6332aaacb48c35b6c243b7caf18ddae3a027fd46 (diff)
downloadsrc-test2-645acf41e368372c7554fec5838123b676eaced9.tar.gz
src-test2-645acf41e368372c7554fec5838123b676eaced9.zip
Do not make libsqlite3 dependency chain only defined for kerberos, soon more
options would need libsqlite3 as well thus depends on this definitions
Notes
Notes: svn path=/head/; revision=283772
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index aaf181c6d51d..e315e2284b9d 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1806,9 +1806,10 @@ kerberos5/lib/libroken__L: lib/libcrypt__L
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