pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/postfix Fix build break when pgsql enabled on Mac...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d2d52689cf74
branches: trunk
changeset: 649400:d2d52689cf74
user: hiramatsu <hiramatsu%pkgsrc.org@localhost>
date: Fri Apr 03 01:15:24 2015 +0000
description:
Fix build break when pgsql enabled on Mac OS X 10.10.
diffstat:
mail/postfix/options.mk | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (21 lines):
diff -r 693aaf2944cd -r d2d52689cf74 mail/postfix/options.mk
--- a/mail/postfix/options.mk Fri Apr 03 01:10:52 2015 +0000
+++ b/mail/postfix/options.mk Fri Apr 03 01:15:24 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.36 2011/05/10 13:38:23 taca Exp $
+# $NetBSD: options.mk,v 1.37 2015/04/03 01:15:24 hiramatsu Exp $
# Global and legacy options
@@ -71,10 +71,8 @@
###
.if !empty(PKG_OPTIONS:Mpgsql)
. include "../../mk/pgsql.buildlink3.mk"
-. include "../../security/openssl/buildlink3.mk"
CCARGS+= -DHAS_PGSQL -I${PGSQL_PREFIX}/include/pgsql
-AUXLIBS+= -L${PGSQL_PREFIX}/lib -lpq \
- -L${BUILDLINK_PREFIX.openssl}/lib -lcrypt -lssl -lcrypto
+AUXLIBS+= -L${PGSQL_PREFIX}/lib -lpq
.endif
###
Home |
Main Index |
Thread Index |
Old Index