diff options
Diffstat (limited to 'autoconf/tea/teaish.tcl')
-rw-r--r-- | autoconf/tea/teaish.tcl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/autoconf/tea/teaish.tcl b/autoconf/tea/teaish.tcl index c52d58f07..47e0ea701 100644 --- a/autoconf/tea/teaish.tcl +++ b/autoconf/tea/teaish.tcl @@ -64,13 +64,18 @@ apply {{dir} { -name.pkg sqlite3 -version $version -name.dist $distname - -vsatisfies 8.6- -libDir sqlite$version -pragmas $pragmas -src generic/tclsqlite3.c } + # We should also have: + # -vsatisfies 8.6- + # But at least one platform is failing this vsatisfies check + # for no apparent reason: + # https://sqlite.org/forum/forumpost/fde857fb8101a4be }} [teaish-get -dir] + # # Must return either an empty string or a list in the form accepted by # autosetup's [options] function. |