diff options
author | Joey Hess <joey@kitenet.net> | 2010-04-22 23:00:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-04-22 23:00:33 -0400 |
commit | 5bc7efab7cc7a437d3d593a3ff62595ed0ab7f81 (patch) | |
tree | 4408f7b565169b821722ae0cc7b54821f7afa767 /doc/bugs | |
parent | 83dc7d257417944e52cd76bbfaf06090d47723e2 (diff) |
switch to PERL5LIB so that use lib inserted for INSTALL_BASE is overridden during build
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/build_fails_oddly_when_older_ikiwiki_is_installed.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/build_fails_oddly_when_older_ikiwiki_is_installed.mdwn b/doc/bugs/build_fails_oddly_when_older_ikiwiki_is_installed.mdwn index b11972165..7b252031b 100644 --- a/doc/bugs/build_fails_oddly_when_older_ikiwiki_is_installed.mdwn +++ b/doc/bugs/build_fails_oddly_when_older_ikiwiki_is_installed.mdwn @@ -24,3 +24,8 @@ if I first remove the old ikiwiki installation, nor does it fail with 3.20100403 or newer installed at /opt/ikiwiki. Hence this is not really a critical bug, although it's somewhat perplexing to me why it ought to make a difference. + +> So, using INSTALL_BASE causes a 'use lib' to be hardcoded into the `.out` +> files; which overrides the -libdir and the -I, and so the old version +> of IkiWiki.pm is used. +> [[fixed|done]] --[[Joey]] |