summaryrefslogtreecommitdiffhomepage
path: root/vars/python3_host.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-10-12 11:46:03 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-10-12 11:46:03 +0000
commit5dfd91a45fa34c4799a1bab11abc1fca4843570d (patch)
tree6fcf3030dd8bbd833fdd0c7a29d1ed480a20249c /vars/python3_host.vars
parent3ed50ab9a5ebe8d6f8972e45979bb279b6b88a53 (diff)
downloadmidipix_build-5dfd91a45fa34c4799a1bab11abc1fca4843570d.tar.bz2
midipix_build-5dfd91a45fa34c4799a1bab11abc1fca4843570d.tar.xz
vars/python3_host.vars: don't set ${LD_LIBRARY_PATH}.
Diffstat (limited to 'vars/python3_host.vars')
-rw-r--r--vars/python3_host.vars1
1 files changed, 0 insertions, 1 deletions
diff --git a/vars/python3_host.vars b/vars/python3_host.vars
index 35e018e4..302d1480 100644
--- a/vars/python3_host.vars
+++ b/vars/python3_host.vars
@@ -10,7 +10,6 @@ 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;
};