diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2005-04-29 18:55:33 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2005-04-29 18:55:33 +0000 |
commit | 6d18e6520577ba0776c82e55ed529c5afacc351b (patch) | |
tree | c287d4676124d996980f7f76688d88b646e5f126 /mail-mta | |
parent | Get rid of obsolete USE flags, tidy up deps a little. Thanks to MATSUU Takuto... (diff) | |
download | gentoo-2-6d18e6520577ba0776c82e55ed529c5afacc351b.tar.gz gentoo-2-6d18e6520577ba0776c82e55ed529c5afacc351b.tar.bz2 gentoo-2-6d18e6520577ba0776c82e55ed529c5afacc351b.zip |
new site.config.m4 file
(Portage version: 2.0.51.19)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/sendmail/ChangeLog | 6 | ||||
-rw-r--r-- | mail-mta/sendmail/files/site.config.m4 | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-mta/sendmail/ChangeLog b/mail-mta/sendmail/ChangeLog index f44b3dfaa7c0..4bb2fdd2c5fc 100644 --- a/mail-mta/sendmail/ChangeLog +++ b/mail-mta/sendmail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/sendmail # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.29 2005/04/06 08:55:12 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.30 2005/04/29 18:55:32 g2boojum Exp $ + + 29 Apr 2005; Grant Goodyear <g2boojum@gentoo.org> files/site.config.m4: + New site.config.m4 file that prevents the 'lazy binding' QA warnings when + installing the setgid binary. Thanks to lcars! 06 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> sendmail-8.13.3.ebuild: Stable on alpha, bug 88038. diff --git a/mail-mta/sendmail/files/site.config.m4 b/mail-mta/sendmail/files/site.config.m4 index 58aeae149911..6c586df22587 100644 --- a/mail-mta/sendmail/files/site.config.m4 +++ b/mail-mta/sendmail/files/site.config.m4 @@ -3,12 +3,12 @@ define(`confMAPDEF', `@@confMAPDEF@@') define(`confENVDEF', `@@confENVDEF@@') define(`confLIBS', `@@confLIBS@@') define(`confSTDIO_TYPE', `portable') -define(`confLDOPTS', `-s') +define(`confLDOPTS', `-Wl -z now -s') define(`confMANOWN', `root') define(`confMANGRP', `root') define(`confMANMODE', `644') define(`confMAN1SRC', `1') define(`confMAN5SRC', `5') define(`confMAN8SRC', `8') -define(`confLDOPTS_SO', `-shared -Wl') +define(`confLDOPTS_SO', `-shared -Wl -z now') APPENDDEF(`conf_sendmail_LIBS', `@@conf_sendmail_LIBS@@') |