Re-sync with internal repository
[hiphop-php.git] / third-party / watchman / src / build / fbcode_builder / manifests / sqlite3-bin
blobaa138d499d6b61d1c3e3869ba8b6e2e7ee76520a
1 [manifest]
2 name = sqlite3-bin
4 [rpms]
5 sqlite
7 [debs]
8 sqlite3
10 [download.os=linux]
11 url = https://github.com/sqlite/sqlite/archive/version-3.33.0.tar.gz
12 sha256 = 48e5f989eefe9af0ac758096f82ead0f3c7b58118ac17cc5810495bd5084a331
14 [build.os=linux]
15 builder = autoconf
16 subdir = sqlite-version-3.33.0
18 [build.not(os=linux)]
19 # MacOS comes with sqlite3 preinstalled and don't need Windows here
20 builder = nop
22 [dependencies.os=linux]
23 tcl
25 [autoconf.args]
26 # This flag disabled tcl as a runtime library used for some functionality,
27 # but tcl is still a required dependency as it is used by the build files
28 --disable-tcl