Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 177296 Details for
Bug 251946
mail-mta/sendmail: pre-stripped files found
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch files/site.config.m4 and sendmail-8.14.2.ebuild to honor $LDFLAGS
sendmail-8.14.2-honor-ldflags.patch (text/plain), 1.19 KB, created by
Kevin Pyle
on 2009-01-04 01:17:49 UTC
(
hide
)
Description:
Patch files/site.config.m4 and sendmail-8.14.2.ebuild to honor $LDFLAGS
Filename:
MIME Type:
Creator:
Kevin Pyle
Created:
2009-01-04 01:17:49 UTC
Size:
1.19 KB
patch
obsolete
>diff -ru a/files/site.config.m4 b/files/site.config.m4 >--- a/files/site.config.m4 2005-05-29 11:35:42.000000000 -0500 >+++ b/files/site.config.m4 2009-01-03 17:26:14.000000000 -0600 >@@ -3,7 +3,7 @@ > define(`confENVDEF', `@@confENVDEF@@') > define(`confLIBS', `@@confLIBS@@') > define(`confSTDIO_TYPE', `portable') >-define(`confLDOPTS', `-Wl,-z,now -s') >+define(`confLDOPTS', `-Wl,-z,now @@confLDOPTS@@') > define(`confMANOWN', `root') > define(`confMANGRP', `root') > define(`confMANMODE', `644') >diff -ru a/sendmail-8.14.2.ebuild b/sendmail-8.14.2.ebuild >--- a/sendmail-8.14.2.ebuild 2007-11-02 15:34:08.000000000 -0500 >+++ b/sendmail-8.14.2.ebuild 2009-01-03 17:24:39.000000000 -0600 >@@ -36,6 +36,7 @@ > epatch ${FILESDIR}/sendmail-delivered_hdr.patch || die > > confCCOPTS="${CFLAGS}" >+ confLDOPTS="${LDFLAGS}" > confMAPDEF="-DMAP_REGEX" > conf_sendmail_LIBS="" > use sasl && confLIBS="${confLIBS} -lsasl2" \ >@@ -56,6 +57,7 @@ > -e "s/@@confMAPDEF@@/${confMAPDEF}/" \ > -e "s/@@confENVDEF@@/${confENVDEF}/" \ > -e "s/@@confLIBS@@/${confLIBS}/" \ >+ -e "s/@@confLDOPTS@@/${confLDOPTS}/" \ > -e "s/@@conf_sendmail_LIBS@@/${conf_sendmail_LIBS}/" \ > ${FILESDIR}/site.config.m4 > ${S}/devtools/Site/site.config.m4 > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 251946
: 177296