From 9e7640efa0543abb3896339db6a874f0bb6f2e04 Mon Sep 17 00:00:00 2001 From: Gordon Ross Date: Mon, 1 Jun 2015 16:55:57 -0400 Subject: [PATCH] 5916 make libsqlite a real shared lib (if. chk. noise) --- exception_lists/interface_check | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/exception_lists/interface_check b/exception_lists/interface_check index 311bed5bc6..b3c4bd5e5c 100644 --- a/exception_lists/interface_check +++ b/exception_lists/interface_check @@ -98,13 +98,12 @@ NOVERDEF ^usr/sadm/admin/printmgr/lib/libpmgr\.so\.1$ # Objects that are allowed to deviate from our standard version # names. +NONSTD_VERNAME ^MACH(lib)/libsqlite-sys\.so\. NONSTD_VERNAME ^usr/MACH(lib)/libtecla\.so\.1$ - # These libc variants have an SONAME of libc\.so\.1$ NONSTD_VERNAME ^usr/MACH(lib)/libc/libc_hwcap[1-3]+\.so\.1$ - # The ABI requires the SONAME for libsys.so.1 to be /usr/lib/ld.so.1 # That means that the base version will also be /usr/lib/ld.so.1, which # is non-standard. -- 2.11.4.GIT