# HG changeset patch # User Rich Burridge # Date 1450277840 28800 # Node ID 1cf3fdb2aee7bb17a9379d96ffee1e59af342aec # Parent fcbaf4272e092643c53eb93547c79f39b08d616c 22365272 sqlite3 bug category is wrong and configure complains diff -r fcbaf4272e09 -r 1cf3fdb2aee7 components/sqlite-3/Makefile --- 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 diff -r fcbaf4272e09 -r 1cf3fdb2aee7 components/sqlite-3/sqlite-3.p5m --- 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"