Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60378 - patch for full CONF_LIBDIR support
Summary: patch for full CONF_LIBDIR support
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-14 17:43 UTC by Travis Tilley (RETIRED)
Modified: 2004-08-16 11:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
adds full ECONF_LIBDIR support (portage-econf-libdir-support.patch,4.69 KB, patch)
2004-08-14 17:45 UTC, Travis Tilley (RETIRED)
Details | Diff
adds similar support to einstall (portage-einstall-libdir-support.patch,859 bytes, patch)
2004-08-14 18:58 UTC, Travis Tilley (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Travis Tilley (RETIRED) gentoo-dev 2004-08-14 17:43:43 UTC
ECONF_LIBDIR support has made it's way into ebuild.sh, but after poking around a bit i've come to the realisation that this isnt enough. for example, dolib needs to be updated to handle lib directories other than lib. this patch:

1) changes the variable name to CONF_LIBDIR since it isnt restricted to ECONF (ebuilds that dont use econf would need to be edited as well, so it wouldnt have been econf specific anyways)

2) edits dolib, preplib, prepall so that they support this variable
Comment 1 Travis Tilley (RETIRED) gentoo-dev 2004-08-14 17:45:58 UTC
Created attachment 37445 [details, diff]
adds full ECONF_LIBDIR support
Comment 2 Travis Tilley (RETIRED) gentoo-dev 2004-08-14 18:58:41 UTC
Created attachment 37451 [details, diff]
adds similar support to einstall

i had sandbox disabled so i didnt notice this immediately, but without this
patch einstall tries to install libs directly to the live filesystem instead of
${D}
Comment 3 Brian Harring (RETIRED) gentoo-dev 2004-08-16 11:49:37 UTC
You're patches are in pre18 lv.