summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2005-05-29 16:17:49 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2005-05-29 16:17:49 +0000
commitbd5ae86727ef5942fc7131c16201ec64621dedc1 (patch)
treeafb80723531810d00d841e2b0ec53666c2152b15 /mail-mta/sendmail
parentversion bump (diff)
downloadgentoo-2-bd5ae86727ef5942fc7131c16201ec64621dedc1.tar.gz
gentoo-2-bd5ae86727ef5942fc7131c16201ec64621dedc1.tar.bz2
gentoo-2-bd5ae86727ef5942fc7131c16201ec64621dedc1.zip
fix site.config.m4 wrt #94287
(Portage version: 2.0.51.19)
Diffstat (limited to 'mail-mta/sendmail')
-rw-r--r--mail-mta/sendmail/ChangeLog5
-rw-r--r--mail-mta/sendmail/Manifest2
-rw-r--r--mail-mta/sendmail/files/site.config.m43
3 files changed, 6 insertions, 4 deletions
diff --git a/mail-mta/sendmail/ChangeLog b/mail-mta/sendmail/ChangeLog
index 4bb2fdd2c5fc..52075173c707 100644
--- a/mail-mta/sendmail/ChangeLog
+++ b/mail-mta/sendmail/ChangeLog
@@ -1,6 +1,9 @@
# 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.30 2005/04/29 18:55:32 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.31 2005/05/29 16:17:49 ferdy Exp $
+
+ 29 May 2005; Fernando J. Pereda <ferdy@gentoo.org> files/site.config.m4:
+ fix site.config.m4 wrt #94287
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
diff --git a/mail-mta/sendmail/Manifest b/mail-mta/sendmail/Manifest
index 5cbc83469f2f..489cde7c1b38 100644
--- a/mail-mta/sendmail/Manifest
+++ b/mail-mta/sendmail/Manifest
@@ -5,7 +5,7 @@ MD5 918cdfa8061c0a3f689e063a209fa808 ChangeLog 11045
MD5 07aa1897fda73805b9d68a2b82090e5f metadata.xml 218
MD5 9cf5b1a30908c5f96f258b835f430865 files/sendmail.cf 39312
MD5 1a9fedeb2f17b9a7de4f0f8da6c06d63 files/sendmail.mc 299
-MD5 b037bd85e3f342fb10d46f2778a61afd files/site.config.m4 499
+MD5 9f4b4fca4930038c7a6dab0d0e80e5b6 files/site.config.m4 453
MD5 d7d99c72954d524b1d0eafbfe0e77afc files/sendmail-8.12.2-makemapman.patch 2088
MD5 b412547381b852586d5d4d6ffcd80b4a files/sendmail-8.12.2-unix.patch 395
MD5 95d58f15432e44c91f8018839f65327c files/sendmail-8.12.6-r1-gentoo.diff 1701
diff --git a/mail-mta/sendmail/files/site.config.m4 b/mail-mta/sendmail/files/site.config.m4
index 6c586df22587..59a46865ee6e 100644
--- a/mail-mta/sendmail/files/site.config.m4
+++ b/mail-mta/sendmail/files/site.config.m4
@@ -3,12 +3,11 @@ define(`confMAPDEF', `@@confMAPDEF@@')
define(`confENVDEF', `@@confENVDEF@@')
define(`confLIBS', `@@confLIBS@@')
define(`confSTDIO_TYPE', `portable')
-define(`confLDOPTS', `-Wl -z now -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 -z now')
APPENDDEF(`conf_sendmail_LIBS', `@@conf_sendmail_LIBS@@')