diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-01-27 20:47:44 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-01-27 20:47:44 +0000 |
commit | b7fd91e4774554d6a26bcbdc12dae7b598846cf9 (patch) | |
tree | 078c6a8cbc91836ef3183704c54d39a25734913f | |
parent | a91763d336a5b4331172059154acc5eef95bb639 (diff) | |
download | midipix_build-b7fd91e4774554d6a26bcbdc12dae7b598846cf9.tar.bz2 midipix_build-b7fd91e4774554d6a26bcbdc12dae7b598846cf9.tar.xz |
vars/build.vars:lua:${PKG_INSTALL_FILES}: install lib/liblua.so.0 symlink (via Redfoxmoon.)
-rw-r--r-- | vars/build.vars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vars/build.vars b/vars/build.vars index d1f5b8b4..bf617bd7 100644 --- a/vars/build.vars +++ b/vars/build.vars @@ -663,6 +663,7 @@ NATIVE_PACKAGES_DEPS_PYTHON="${PREFIX}/bin/python2"; : ${PKG_LUA_URL:=https://www.lua.org/ftp/lua-${PKG_LUA_VERSION}.tar.gz}; : ${PKG_LUA_IN_TREE:=1}; : ${PKG_LUA_CONFIGURE_ARGS_EXTRA:="--with-readline --with-compat-module"}; +: ${PKG_LUA_INSTALL_FILES:=@liblua.so=lib/liblua.so.0}; : ${PKG_NCURSES_SHA256SUM:=f551c24b30ce8bfb6e96d9f59b42fbea30fa3a6123384172f9e7284bcf647260}; : ${PKG_NCURSES_VERSION:=6.0}; : ${PKG_NCURSES_URL:=https://ftp.gnu.org/gnu/ncurses/ncurses-${PKG_NCURSES_VERSION}.tar.gz}; |