ebuild corregido con el parche para postgres
This commit is contained in:
parent
560238c985
commit
5b19c92898
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ pkg_setup() {
|
|||
enewuser dbmail -1 -1 /var/lib/dbmail dbmail
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/3.2-pgsql-RETURNING.patch"
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--enable-manpages \
|
Loading…
Reference in a new issue