Skip to content

Commit 9899f06

Browse files
authored
Merge pull request #574 from sparklemotion/flavorjones-ext-sqlite-3.48-config
ext: update configure options for upcoming 3.48.x.
2 parents 2d0139d + 7b4ebaa commit 9899f06

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ext/sqlite3/extconf.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ def configure_system_libraries
5050
def configure_packaged_libraries
5151
minimal_recipe.tap do |recipe|
5252
recipe.configure_options += [
53-
"--enable-shared=no",
54-
"--enable-static=yes",
53+
"--disable-shared",
54+
"--enable-static",
55+
"--disable-tcl",
5556
"--enable-fts5"
5657
]
5758
ENV.to_h.tap do |env|

0 commit comments

Comments
 (0)