[dev-db/timescaledb] fix build, fix depend

This commit is contained in:
Robert Förster 2021-05-14 21:28:41 +02:00
parent cb103e0e3c
commit 0b9919f048
1 changed files with 5 additions and 1 deletions

View File

@ -18,11 +18,15 @@ SLOT="0"
IUSE="ssl +tsl" IUSE="ssl +tsl"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
DEPEND="${POSTGRES_DEP}" DEPEND="${POSTGRES_DEP}
ssl? ( dev-libs/openssl )
"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}" S="${WORKDIR}/${PN}"
CMAKE_BUILD_TYPE=RelWithDebInfo
src_prepare() { src_prepare() {
postgres-multi_foreach cmake_src_prepare postgres-multi_foreach cmake_src_prepare
} }