Makefile LUA_INC/LUA_LIB hardcoded to user-specific paths #339

Closed
opened 2026-07-12 10:31:05 +00:00 by the.auditor · 0 comments
Owner

Makefile:8-9 – LUA_INC and LUA_LIB are hardcoded to /home/fuzzy/.thwap.d/lua/linux/amd64/{include,lib}, embedding the username, architecture, and OS. Consider using pkg-config --cflags --libs lua5.4 or env var overrides with sensible defaults for portability.

Ref: PR #336 review

`Makefile:8-9` – LUA_INC and LUA_LIB are hardcoded to `/home/fuzzy/.thwap.d/lua/linux/amd64/{include,lib}`, embedding the username, architecture, and OS. Consider using `pkg-config --cflags --libs lua5.4` or env var overrides with sensible defaults for portability. Ref: PR #336 review
fuzzy closed this issue 2026-07-13 06:03:14 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/qpkg#339
No description provided.