mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
sci-libs/gdal: set PATH for python bindings compile stage as well
gdal wants to run gdal-config from PATH Closes: https://bugs.gentoo.org/960906 Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43271 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
84406bf9bd
commit
7972b37c90
@ -360,6 +360,8 @@ python_compile() {
|
||||
src_compile() {
|
||||
cmake_src_compile
|
||||
|
||||
local -x PATH="${BUILD_DIR}/apps:${PATH}"
|
||||
local -x LD_LIBRARY_PATH="${BUILD_DIR}:${LD_LIBRARY_PATH}"
|
||||
use python && distutils-r1_src_compile
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user