summaryrefslogtreecommitdiffhomepage
path: root/vars/python3_host.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-10-12 12:59:16 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-10-12 12:59:16 +0000
commit3adaca1bca8a8d1329507ebd672fa74021b3d93f (patch)
tree5f99bc1935382b7dcca4c3a8ff59de2d80acada4 /vars/python3_host.vars
parentd94a437c537d55c6ae75290cc875b67cd692c4fc (diff)
downloadmidipix_build-3adaca1bca8a8d1329507ebd672fa74021b3d93f.tar.bz2
midipix_build-3adaca1bca8a8d1329507ebd672fa74021b3d93f.tar.xz
Revert "vars/python3_host.vars: don't set ${LD_LIBRARY_PATH}."
This reverts commit 5dfd91a45fa34c4799a1bab11abc1fca4843570d.
Diffstat (limited to 'vars/python3_host.vars')
-rw-r--r--vars/python3_host.vars1
1 files changed, 1 insertions, 0 deletions
diff --git a/vars/python3_host.vars b/vars/python3_host.vars
index 302d1480..35e018e4 100644
--- a/vars/python3_host.vars
+++ b/vars/python3_host.vars
@@ -10,6 +10,7 @@ pkg_python3_host_fetch_download() {
sed -i"" -e"s/-ltinfo/&w/" -e"s/mb_ncurses_libs='\([^']\+\)'/mb_ncurses_libs='\1 -ltinfow'/" ../sbpython3/project/config/cfgdefs.sh;
sed -i"" -e'108a\
cfgtest_ldflags_append "-L$mb_prefix/lib"' ../sbpython3/project/config/cfgdefs.sh;
+ export LD_LIBRARY_PATH="${PKG_PREFIX}/lib";
ex_pkg_state_set "${PKG_NAME}" fetch_download -fetch_extract;
};