Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 33475 Details for
Bug 54310
patch for cyrus-sasl-2.1.18.ebuild to work with heimdal
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for cyrus-sasl-2.1.18.ebuild
cyrus-sasl-2.1.18.ebuild-heimdal+sql.patch (text/plain), 1.00 KB, created by
Torsten Kurbad
on 2004-06-18 07:39:55 UTC
(
hide
)
Description:
Patch for cyrus-sasl-2.1.18.ebuild
Filename:
MIME Type:
Creator:
Torsten Kurbad
Created:
2004-06-18 07:39:55 UTC
Size:
1.00 KB
patch
obsolete
>--- dev-libs/cyrus-sasl/cyrus-sasl-2.1.18.ebuild.orig 2004-06-18 16:25:12.000000000 +0200 >+++ dev-libs/cyrus-sasl/cyrus-sasl-2.1.18.ebuild 2004-06-18 16:23:24.000000000 +0200 >@@ -76,7 +76,17 @@ > myconf="${myconf} `use_enable java` `use_with java javahome ${JAVA_HOME}`" > > if [ "`use mysql`" -o "`use postgres`" ] ; then >- myconf="${myconf} --enable-sql" >+ if [ "`use mysql`" -a "`use postgres`" ] ; then >+ echo >+ eerror "You have both mysql *AND* postgres in your USE flags." >+ eerror "For ${PN} to work correctly you have to disable at" >+ eerror "least one of them, e.g. like" >+ eerror "USE=\"-mysql\" emerge ${PN}" >+ >+ die "Compilation of ${P} failed." >+ else >+ myconf="${myconf} --enable-sql" >+ fi > else > myconf="${myconf} --disable-sql" > fi >@@ -93,7 +103,7 @@ > use mips && gnuconfig_update > use ppc64 && gnuconfig_update > >- econf \ >+ CPPFLAGS="${CPPFLAGS} -I/usr/include/heimdal" econf \ > --with-saslauthd=/var/lib/sasl2 \ > --with-pwcheck=/var/lib/sasl2 \ > --with-configdir=/etc/sasl2 \
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 54310
:
33475
|
33520