Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 126634 Details for
Bug 185675
dev-libs/cyrus-sasl working on x86-macos
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch against cyrus-sasl-2.1.22-r2
cyrus-sasl.diff (text/plain), 1.25 KB, created by
Elias Pipping (RETIRED)
on 2007-08-01 17:48:47 UTC
(
hide
)
Description:
patch against cyrus-sasl-2.1.22-r2
Filename:
MIME Type:
Creator:
Elias Pipping (RETIRED)
Created:
2007-08-01 17:48:47 UTC
Size:
1.25 KB
patch
obsolete
>--- cyrus-sasl-2.1.22-r2.ebuild~ 2007-08-01 19:20:39 +0200 >+++ cyrus-sasl-2.1.22-r2.ebuild 2007-08-01 19:46:35 +0200 >@@ -112,7 +112,7 @@ > myconf="${myconf} `use_enable java` `use_with java javahome ${JAVA_HOME}`" > # Add authdaemond support (bug #56523). > if use authdaemond ; then >- myconf="${myconf} --with-authdaemond=/var/lib/courier/authdaemon/socket" >+ myconf="${myconf} --with-authdaemond=${EPREFIX}/var/lib/courier/authdaemon/socket" > fi > > # Fix for bug #59634. >@@ -141,12 +141,16 @@ > # Use /dev/urandom instead of /dev/random (bug #46038). > use urandom && myconf="${myconf} --with-devrandom=/dev/urandom" > >+ # Explicitly disable building a framework on osx >+ [[ ${CHOST} == *-darwin* ]] && >+ myconf="${myconf} --disable-macos-framework" >+ > econf \ >- --with-saslauthd=/var/lib/sasl2 \ >- --with-pwcheck=/var/lib/sasl2 \ >- --with-configdir=/etc/sasl2 \ >- --with-plugindir=/usr/$(get_libdir)/sasl2 \ >- --with-dbpath=/etc/sasl2/sasldb2 \ >+ --with-saslauthd="${EPREFIX}"/var/lib/sasl2 \ >+ --with-pwcheck="${EPREFIX}"/var/lib/sasl2 \ >+ --with-configdir="${EPREFIX}"/etc/sasl2 \ >+ --with-plugindir="${EPREFIX}"/usr/$(get_libdir)/sasl2 \ >+ --with-dbpath="${EPREFIX}"/etc/sasl2/sasldb2 \ > ${myconf} || die "econf failed" > > # We force -j1 for bug #110066.
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 185675
:
125178
| 126634