Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 210938 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/dev-db/postgresql/postgresql-8.0.15.ebuild (+3 lines)
Lines 85-90 Link Here
85
	sed -i -e '/^\W\+psql scripts pg_config pg_controldata/ s/pg_config //' src/bin/Makefile
85
	sed -i -e '/^\W\+psql scripts pg_config pg_controldata/ s/pg_config //' src/bin/Makefile
86
86
87
	epatch "${FILESDIR}/${P}-sh.patch"
87
	epatch "${FILESDIR}/${P}-sh.patch"
88
	# disable restrictive permission check for ssl key
89
	# see discussion at  http://archives.postgresql.org/pgsql-bugs/2007-12/msg00082.php
90
	epatch "${FILESDIR}/07-relax-sslkey-permscheck.patch"
88
91
89
	# Prepare package for future tests
92
	# Prepare package for future tests
90
	if use test ; then
93
	if use test ; then

Return to bug 210938