Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 326794 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 converting openldap for static-libs USE flag
openldap-2.4.33-r1.patch (text/plain), 1.61 KB, created by
Sean McGovern
on 2012-10-17 21:24:50 UTC
(
hide
)
Description:
patch converting openldap for static-libs USE flag
Filename:
MIME Type:
Creator:
Sean McGovern
Created:
2012-10-17 21:24:50 UTC
Size:
1.61 KB
patch
obsolete
>--- /usr/portage/net-nds/openldap/openldap-2.4.33.ebuild 2012-10-16 15:56:01.000000000 -0400 >+++ openldap-2.4.33-r1.ebuild 2012-10-17 13:27:01.644135836 -0400 >@@ -1,6 +1,6 @@ > # Copyright 1999-2012 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.33.ebuild,v 1.1 2012/10/16 19:56:01 robbat2 Exp $ >+# $Header: $ > > EAPI="4" > >@@ -22,7 +22,7 @@ > 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}" >@@ -382,7 +382,7 @@ > > 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 > >@@ -393,6 +393,7 @@ > STRIP=/bin/true \ > econf \ > --libexecdir="${EPREFIX}"/usr/$(get_libdir)/openldap \ >+ $(use_enable static-libs static) \ > ${myconf} || die "econf failed" > } > >@@ -526,6 +527,8 @@ > lt="${S}/libtool" > emake DESTDIR="${D}" SHELL="${EPREFIX}"/bin/bash install || die "make install failed" > >+ find "${ED}"/usr/$(get_libdir) -maxdepth 1 '(' -name '*.la' ')' -print0 | xargs -0 rm -f >+ > 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