summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-05-20 18:56:29 +0000
committerbapt <bapt@FreeBSD.org>2015-05-20 18:56:29 +0000
commit4baf3c11e2a915aba756f2f0aeacab394bbfae46 (patch)
tree0f76f73617bf431a80da10112da108b12bf734b7 /ObsoleteFiles.inc
parent4a62f9d9f7598e5cadce4fe11ac0758943ef5059 (diff)
downloadFreeBSD-src-4baf3c11e2a915aba756f2f0aeacab394bbfae46.zip
FreeBSD-src-4baf3c11e2a915aba756f2f0aeacab394bbfae46.tar.gz
Make kerberos use the same sqlite libraries as other sqlite consumer.
This reduces the number of copy of sqlite we have to just one and easier tracking version of sqlite Differential Revision: https://reviews.freebsd.org/D2443 Reviewed by: imp, stas, bjk
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 192cdbc..f55311d 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,6 +38,15 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20150520
+OLD_FILES+=usr/lib/libheimsqlite.a
+OLD_FILES+=usr/lib/libheimsqlite.so
+OLD_LIBS+=usr/lib/libheimsqlite.so.11
+OLD_FILES+=usr/lib/libheimsqlite_p.a
+OLD_FILES+=usr/lib32/libheimsqlite.a
+OLD_FILES+=usr/lib32/libheimsqlite.so
+OLD_LIBS+=usr/lib32/libheimsqlite.so.11
+OLD_FILES+=usr/lib32/libheimsqlite_p.a
# 20150506
OLD_FILES+=usr/share/man/man9/NDHASGIANT.9.gz
# 20150504
OpenPOWER on IntegriCloud