Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 53584 Details for
Bug 85433
postfix don't build on UCLIBC because of nis
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to the ebuild postfix-2.1.5-r2.ebuild
postfix-2.1.5-r2-uclibc.patch (text/plain), 823 bytes, created by
Aurélien Francillon
on 2005-03-15 16:29:22 UTC
(
hide
)
Description:
patch to the ebuild postfix-2.1.5-r2.ebuild
Filename:
MIME Type:
Creator:
Aurélien Francillon
Created:
2005-03-15 16:29:22 UTC
Size:
823 bytes
patch
obsolete
>--- /usr/portage/mail-mta/postfix/postfix-2.1.5-r2.ebuild 2005-02-17 16:39:05 +0000 >+++ postfix/postfix-2.1.5-r2.ebuild 2005-03-16 01:09:25 +0000 >@@ -22,7 +22,7 @@ > LICENSE="IPL-1" > SLOT="0" > KEYWORDS="x86 sparc ppc alpha amd64 ~s390 mips hppa ~ppc64 ~ia64" >-IUSE="ipv6 pam ldap mysql postgres ssl sasl vda mailwrapper mbox selinux" >+IUSE="ipv6 pam ldap mysql postgres ssl sasl vda mailwrapper mbox selinux uclibc" > > PROVIDE="virtual/mta virtual/mda" > DEPEND=">=sys-libs/db-3.2 >@@ -102,6 +102,12 @@ > # Fix install paths. > sed -e "s:/usr/libexec/postfix:/usr/lib/postfix:" \ > -i src/global/mail_params.h -i conf/main.cf || die "sed failed" >+ >+ # fix nis usage for uclibc >+ if use uclibc ; then >+ sed -e "s:#define HAS_NIS:/*#define HAS_NIS*/:g" -i src/util/sys_defs.h || die "sed failed" >+ fi >+ > } > > src_compile() {
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 85433
: 53584