diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-10-11 19:18:49 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-10-11 19:18:49 +0000 |
commit | 61c7c00c30d8e4102d62a180e50858c585fabfae (patch) | |
tree | b55c3c7596200906dbc4e92e193e0bdda6370344 | |
parent | b67fbf2f68f5e62cdb8ed993fdedc9f8a7deb6c0 (diff) | |
download | midipix_build-61c7c00c30d8e4102d62a180e50858c585fabfae.tar.bz2 midipix_build-61c7c00c30d8e4102d62a180e50858c585fabfae.tar.xz |
vars/python3_host.vars:pkg_python3_host_fetch_download(): export ${LD_LIBRARY_PATH}.
-rw-r--r-- | vars/python3_host.vars | 1 |
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; }; |