Makefile LUA_INC/LUA_LIB hardcoded to user-specific paths #339
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
thwap/qpkg#339
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 usingpkg-config --cflags --libs lua5.4or env var overrides with sensible defaults for portability.Ref: PR #336 review