summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-05-30 16:00:33 +0000
committerbapt <bapt@FreeBSD.org>2015-05-30 16:00:33 +0000
commitce0d46c7b9d40b8151e8800fdefb735577bb8f5f (patch)
treebf5dc7fe705358b4c32d28fbe0b34c1dcae9c263 /Makefile.inc1
parentaeffa88e8a4df5f16e1ca1e5971353bcea1a20f5 (diff)
downloadFreeBSD-src-ce0d46c7b9d40b8151e8800fdefb735577bb8f5f.zip
FreeBSD-src-ce0d46c7b9d40b8151e8800fdefb735577bb8f5f.tar.gz
Do not make libsqlite3 dependency chain only defined for kerberos, soon more
options would need libsqlite3 as well thus depends on this definitions
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 aaf181c..e315e22 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
OpenPOWER on IntegriCloud