pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/postfix postfix: add -headerpad_max_install_names...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45ca10820542
branches:  trunk
changeset: 771391:45ca10820542
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Dec 18 10:50:33 2021 +0000

description:
postfix: add -headerpad_max_install_names for Darwin builds

diffstat:

 mail/postfix/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r de712b667793 -r 45ca10820542 mail/postfix/Makefile.common
--- a/mail/postfix/Makefile.common      Sat Dec 18 10:36:02 2021 +0000
+++ b/mail/postfix/Makefile.common      Sat Dec 18 10:50:33 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.38 2021/11/08 13:58:09 taca Exp $
+# $NetBSD: Makefile.common,v 1.39 2021/12/18 10:50:33 adam Exp $
 # used by mail/postfix/Makefile
 # used by mail/postfix/Makefile.module
 
@@ -121,6 +121,7 @@
 .endif
 
 CFLAGS.SunOS+=         -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
+LDFLAGS.Darwin+=       -headerpad_max_install_names
 
 DESTDIR_INSTALLOPTIONS=        -package install_root="${DESTDIR}"
 



Home | Main Index | Thread Index | Old Index