diff options
author | taca <taca@pkgsrc.org> | 2015-10-05 00:05:30 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-10-05 00:05:30 +0000 |
commit | 441b5a951b658911695d84a0894133ce627bc8c5 (patch) | |
tree | ab7a5abfe87ec6ea446e106778a0908ef3e24810 /mail/postfix-pgsql | |
parent | 49de4636ab8282a309d324c105b969caee4a83df (diff) | |
download | pkgsrc-441b5a951b658911695d84a0894133ce627bc8c5.tar.gz |
Link with corect rpath. Fix PR pkg/50299.
Diffstat (limited to 'mail/postfix-pgsql')
-rw-r--r-- | mail/postfix-pgsql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-pgsql/Makefile b/mail/postfix-pgsql/Makefile index 1bed5cfb540..886ddd48e36 100644 --- a/mail/postfix-pgsql/Makefile +++ b/mail/postfix-pgsql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/09/07 09:47:02 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2015/10/05 00:05:30 taca Exp $ # COMMENT= Postfix SMTP server PostgreSQL backend module @@ -12,7 +12,7 @@ POSTFIX_LIB_MKMAP= no CCARGS+= -I${PGSQL_PREFIX}/include AUXLIBS_MODULE= -L${PGSQL_PREFIX}/lib -lpq \ - ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.}/lib + ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.pgsql}/lib .include "../../mk/pgsql.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |