Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 380366 Details for
Bug 516598
bootstrap fails due to libtool-2.4.2-r1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for libtool-2.4.2-r1
libtool-2.4.2-r1-fix-multilib.patch (text/plain), 1.23 KB, created by
iloveosxzfs
on 2014-07-07 13:51:10 UTC
(
hide
)
Description:
fix for libtool-2.4.2-r1
Filename:
MIME Type:
Creator:
iloveosxzfs
Created:
2014-07-07 13:51:10 UTC
Size:
1.23 KB
patch
obsolete
>--- libtool-2.4.2-r1.ebuild 2014-07-06 10:35:04.000000000 -0700 >+++ libtool-2.4.2-r1.ebuild 2014-07-07 06:45:37.000000000 -0700 >@@ -92,9 +92,6 @@ > cd .. > AT_NOELIBTOOLIZE=yes eautoreconf > epunt_cxx >-} >- >-multilib_src_configure() { > # the libtool script uses bash code in it and at configure time, tries > # to find a bash shell. if /bin/sh is bash, it uses that. this can > # cause problems for people who switch /bin/sh on the fly to other >@@ -104,7 +101,6 @@ > local myconf > # usr/bin/libtool is provided by binutils-apple > [[ ${CHOST} == *-darwin* ]] && myconf="--program-prefix=g" >- ECONF_SOURCE="${S}" \ > econf ${myconf} $(use_enable static-libs static) || die > > # Bootstrap host-libtool using this very $P. >@@ -127,8 +123,18 @@ > # ${CHOST}-libtool for cross-compiling. Keeping this one for now to > # prevent the need for creating another sys-devel package in Prefix. > cp libtool "${S}" || die >+ >+ multilib_copy_sources >+} >+ >+multilib_src_configure() { >+ local myconf >+ # usr/bin/libtool is provided by binutils-apple >+ [[ ${CHOST} == *-darwin* ]] && myconf="--program-prefix=g" >+ econf ${myconf} $(use_enable static-libs static) || die > } > >+ > multilib_src_install_all() { > dodoc AUTHORS ChangeLog* NEWS README THANKS TODO doc/PLATFORMS >
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 516598
:
380356
|
380358
|
380360
| 380366