22365272 sqlite3 bug category is wrong and configure complains
authorRich Burridge <rich.burridge@oracle.com>
Wed, 16 Dec 2015 06:57:20 -0800
changeset 5202 1cf3fdb2aee7
parent 5201 fcbaf4272e09
child 5203 7d88e6574970
22365272 sqlite3 bug category is wrong and configure complains
components/sqlite-3/Makefile
components/sqlite-3/sqlite-3.p5m
--- a/components/sqlite-3/Makefile	Mon Dec 14 05:37:28 2015 -0800
+++ b/components/sqlite-3/Makefile	Wed Dec 16 06:57:20 2015 -0800
@@ -34,7 +34,7 @@
 COMPONENT_ARCHIVE_HASH= \
     sha256:2721361eb4a71d5f727dfa466bd910dadd5dbeb4d2d57b8b34205f7ce7e5b7f9
 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)2015/$(COMPONENT_ARCHIVE)
-COMPONENT_BUGDB=	library/sqlite3
+COMPONENT_BUGDB=	database/sqlite3
 
 # Documentation
 DOC_VERSION=		$(TARBALL_VERSION)
@@ -80,11 +80,9 @@
 CFLAGS +=	-I.
 
 CONFIGURE_OPTIONS +=	--enable-threadsafe
-CONFIGURE_OPTIONS +=	--enable-cross-thread-connections
-CONFIGURE_OPTIONS +=	--enable-load-extension
+CONFIGURE_OPTIONS +=	--enable-dynamic-extensions
 CONFIGURE_OPTIONS +=	--enable-shared
 CONFIGURE_OPTIONS +=	--disable-static
-CONFIGURE_OPTIONS +=	--with-tcl="/usr/lib"
 
 ASLR_MODE =	$(ASLR_ENABLE)
 
@@ -94,9 +92,9 @@
 
 install:        $(INSTALL_32_and_64)
 
-test:           $(TEST_32_and_64)
+test:           $(NO_TESTS)
 
-system-test:	$(SYSTEM_TESTS_NOT_IMPLEMENTED)
+system-test:	$(NO_TESTS)
 
 REQUIRED_PACKAGES += library/readline
 REQUIRED_PACKAGES += system/library
--- a/components/sqlite-3/sqlite-3.p5m	Mon Dec 14 05:37:28 2015 -0800
+++ b/components/sqlite-3/sqlite-3.p5m	Wed Dec 16 06:57:20 2015 -0800
@@ -47,7 +47,6 @@
 link path=usr/lib/libsqlite3.so target=libsqlite3.so.0.8.6
 link path=usr/lib/libsqlite3.so.0 target=libsqlite3.so.0.8.6
 file path=usr/lib/libsqlite3.so.0.8.6
-file path=usr/lib/libsqlite3.so.0.8.6
 file path=usr/lib/pkgconfig/sqlite3.pc
 file path=usr/share/man/man1/sqlite3.1
 license sqlite.license license="Public Domain"