pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/postfix



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Dec 18 10:50:33 UTC 2021

Modified Files:
        pkgsrc/mail/postfix: Makefile.common

Log Message:
postfix: add -headerpad_max_install_names for Darwin builds


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/mail/postfix/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/postfix/Makefile.common
diff -u pkgsrc/mail/postfix/Makefile.common:1.38 pkgsrc/mail/postfix/Makefile.common:1.39
--- pkgsrc/mail/postfix/Makefile.common:1.38    Mon Nov  8 13:58:09 2021
+++ pkgsrc/mail/postfix/Makefile.common Sat Dec 18 10:50:33 2021
@@ -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 @@ CCARGS+=            -DNO_NISPLUS
 .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