Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#2758 - libubox: lua: cmake forces install prefix #7560

Open
openwrt-bot opened this issue Jan 21, 2020 · 0 comments
Open

FS#2758 - libubox: lua: cmake forces install prefix #7560

openwrt-bot opened this issue Jan 21, 2020 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

karlp:

the CMakeLists.txt in libubox/lua is installs to LUAPATH, which is detected via the (badly versioned) raw lua call, which results in an absolute path, so the library destination call ignores the prefix

cmake -DCMAKE_INSTALL_PREFIX:PATH=/home/karlp/.local

eg:
-- Installing: /home/karlp/.local/share/libubox/jshn.sh
-- Installing: /usr/lib64/lua/5.3/uloop.so <<< neither 5.1, nor within /home/karlp/.local

This is just awkward when building local versions of things

git version: 43a103ff17 (side note, tags in this repo wouldn't hurt)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant