[dev-db/timescaledb] bump and fix multibuild

This commit is contained in:
Robert Förster 2020-05-19 10:03:42 +02:00
parent a3a7b7c493
commit df5b42536b
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
DIST timescaledb-1.7.0.tar.lzma 829836 BLAKE2B c15f8b1cd3531abe2760c01d70de2c065a21f1b1650ac239cdb0a1f04ac6dc02acd60689db957fda4a9ef880a8c14bfc208cc9cf193f6808fd2ff0e729401441 SHA512 5a91a2ef600273047a29f8599dac15c985f63b53c545169f58c876b921abf7bdc5eb5dd8a59976545963b8cf286a8015014d147f7bfadfb98f9ee0539ebf0aca
DIST timescaledb-1.7.1.tar.lzma 839053 BLAKE2B 73ee870089301c9f42ae8c2519dbd587249b1502eb6105e8a1b589d5855d9de4d8722144f447cd7af04d909edbbda20254e3f6d59ead99c06997fcfd6b16f2d6 SHA512 96ada711fc8a9d6acc85336962c1485fad802746c935eca64fbd7b5e256eed9b3c641dfd405f86596bdac08148a434ba22103ffdce995126e78c5fe283194aa2

View File

@ -26,12 +26,12 @@ BUILD_DIR="${S}"
src_prepare() {
default
postgres-multi_src_prepare
postgres-multi_foreach cmake_src_prepare
}
src_configure() {
local mycmakeargs=(
-DPG_CONFIG="$PG_CONFIG"
-DUSE_OPENSSL=$(usex ssl ON OFF)
-DSEND_TELEMETRY_DEFAULT=OFF
-DREGRESS_CHECKS=OFF