Bump revision and fixes for pkgs requiring libssl.
This commit is contained in:
parent
ad2695a838
commit
6821efbeea
43 changed files with 129 additions and 70 deletions
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'postgresql'
|
||||
pkgname=postgresql
|
||||
version=8.4.5
|
||||
revision=1
|
||||
distfiles="ftp://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-docdir=/usr/share/doc --with-openssl --with-python
|
||||
|
@ -35,7 +36,7 @@ openrc_services="postgresql default false"
|
|||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run pam
|
||||
Add_dependency run openssl
|
||||
Add_dependency run libssl
|
||||
Add_dependency run libxml2
|
||||
Add_dependency run postgresql-libs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue