Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 361756 Details for
Bug 405167
net-nds/openldap-2.4.28-r1 : add static-libs IUSE support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
openldap-2.4.35-r1.ebuild.patch (text/plain), 1.50 KB, created by
Nikoli
on 2013-10-24 04:29:48 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Nikoli
Created:
2013-10-24 04:29:48 UTC
Size:
1.50 KB
patch
obsolete
>diff --git a/net-nds/openldap/openldap-2.4.35-r1.ebuild b/net-nds/openldap/openldap-2.4.35-r1.ebuild >index 1e31046..4736a40 100644 >--- a/net-nds/openldap/openldap-2.4.35-r1.ebuild >+++ b/net-nds/openldap/openldap-2.4.35-r1.ebuild >@@ -22,7 +22,7 @@ KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~a > IUSE_DAEMON="crypt icu samba slp tcpd experimental minimal" > IUSE_BACKEND="+berkdb" > IUSE_OVERLAY="overlays perl" >-IUSE_OPTIONAL="gnutls iodbc sasl ssl odbc debug ipv6 +syslog selinux" >+IUSE_OPTIONAL="gnutls iodbc sasl ssl odbc debug ipv6 +syslog selinux static-libs" > IUSE_CONTRIB="smbkrb5passwd kerberos" > IUSE_CONTRIB="${IUSE_CONTRIB} -cxx" > IUSE="${IUSE_DAEMON} ${IUSE_BACKEND} ${IUSE_OVERLAY} ${IUSE_OPTIONAL} ${IUSE_CONTRIB}" >@@ -384,7 +384,7 @@ src_configure() { > > myconf="${myconf} --with-tls=${ssl_lib}" > >- for basicflag in dynamic local proctitle shared static; do >+ for basicflag in dynamic local proctitle shared; do > myconf="${myconf} --enable-${basicflag}" > done > >@@ -395,6 +395,7 @@ src_configure() { > STRIP=/bin/true \ > econf \ > --libexecdir="${EPREFIX}"/usr/$(get_libdir)/openldap \ >+ $(use_enable static-libs static) \ > ${myconf} || die "econf failed" > } > >@@ -528,6 +529,8 @@ src_install() { > lt="${S}/libtool" > emake DESTDIR="${D}" SHELL="${EPREFIX}"/bin/bash install || die "make install failed" > >+ use static-libs || prune_libtool_files --all >+ > dodoc ANNOUNCEMENT CHANGES COPYRIGHT README "${FILESDIR}"/DB_CONFIG.fast.example > docinto rfc ; dodoc doc/rfc/*.txt >
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 405167
:
326794
| 361756