diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-10-12 11:46:03 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-10-12 11:46:03 +0000 |
commit | 5dfd91a45fa34c4799a1bab11abc1fca4843570d (patch) | |
tree | 6fcf3030dd8bbd833fdd0c7a29d1ed480a20249c | |
parent | 3ed50ab9a5ebe8d6f8972e45979bb279b6b88a53 (diff) | |
download | midipix_build-5dfd91a45fa34c4799a1bab11abc1fca4843570d.tar.bz2 midipix_build-5dfd91a45fa34c4799a1bab11abc1fca4843570d.tar.xz |
vars/python3_host.vars: don't set ${LD_LIBRARY_PATH}.
-rw-r--r-- | vars/python3_host.vars | 1 |
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; }; |