mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
postgresql13: depend on openssl-devel for development files
libpq.pc specifies "-lssl -lcrypto", which requires openssl-devel to be installed.
This commit is contained in:
parent
59cd6d4b38
commit
c2a5f42ad2
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'postgresql13'
|
# Template file for 'postgresql13'
|
||||||
pkgname=postgresql13
|
pkgname=postgresql13
|
||||||
version=13.8
|
version=13.8
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_target=world
|
make_build_target=world
|
||||||
_major="${version%%.*}"
|
_major="${version%%.*}"
|
||||||
|
@ -123,7 +123,7 @@ postgresql13-libs_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
postgresql13-libs-devel_package() {
|
postgresql13-libs-devel_package() {
|
||||||
depends="postgresql-libs>=${version}_${revision}"
|
depends="postgresql-libs>=${version}_${revision} openssl-devel"
|
||||||
short_desc="PostgreSQL shared libraries (development files)"
|
short_desc="PostgreSQL shared libraries (development files)"
|
||||||
conflicts="postgresql9.6-libs-devel>=0 postgresql12-libs-devel>=0"
|
conflicts="postgresql9.6-libs-devel>=0 postgresql12-libs-devel>=0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue