Skip to content

Commit

Permalink
dev-lang/python: use absolute path in LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/608312
Package-Manager: Portage-2.3.12_p5, Repoman-2.3.3_p75
  • Loading branch information
floppym committed Oct 31, 2017
1 parent 3b32a8f commit 3f33ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-lang/python/python-3.5.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ src_install() {
# if not using a cross-compiler, use the fresh binary
if ! tc-is-cross-compiler; then
local -x PYTHON=./python
local -x LD_LIBRARY_PATH=${LD_LIBRARY_PATH+${LD_LIBRARY_PATH}:}.
local -x LD_LIBRARY_PATH=${LD_LIBRARY_PATH+${LD_LIBRARY_PATH}:}${PWD}
else
vars=( PYTHON "${vars[@]}" )
fi
Expand Down

0 comments on commit 3f33ab5

Please sign in to comment.