Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 46303 Details for
Bug 74048
dev-libs/boost-1.32.0.ebuild doesn't compile properly and installs garbage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
more convenient way of files hierarchy
boost-1.32.0.diff (text/plain), 736 bytes, created by
Wojciech Milkowski
on 2004-12-18 15:18:34 UTC
(
hide
)
Description:
more convenient way of files hierarchy
Filename:
MIME Type:
Creator:
Wojciech Milkowski
Created:
2004-12-18 15:18:34 UTC
Size:
736 bytes
patch
obsolete
>--- /usr/portage/dev-libs/boost/boost-1.32.0.ebuild 2004-12-14 16:37:47.000000000 +0100 >+++ boost-1.32.0.ebuild 2004-12-18 23:57:11.000000000 +0100 >@@ -59,6 +59,18 @@ > --prefix=${D}/usr \ > install > >+ # Remove redundant files >+ rm -f ${D}/usr/lib/libboost*1_32.a >+ rm -f ${D}/usr/lib/libboost*.so >+ # Make symlinks to proper libraries >+ for i in ${D}/usr/lib/libboost*.${PV} >+ do ln -s $i `echo $i | sed 's/\(.*\)-1_32\(.*\).1.32.0/\1\2/'` >+ done >+ # Symlink to *-mt-d versions for default linking >+ for i in ${D}/usr/lib/libboost*-mt-d.{so,a} >+ do ln -s $i `echo $i | sed 's/\(.*\)-gcc.*\(\.so\|\.a\)/\1\2/'` >+ done >+ > # Install documentation; seems to be mostly under ${S}/lib > # install documentation > dodoc README
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 74048
:
45838
| 46303