Build system suggestions
Open
- Dominant language
- C
- Stars
- 2.9k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
-`pkg-config ...` gets run every time (twice), please use $(shell pkg-config ...) to evaluate and store the result.
-Don't mess with the systems CFLAGS, esp. do not overwrite values.
Use += instead of =.
- Respect LDFLAGS, add $(LDFLAGS) before $(LIBS)
Awesome app! This is so going to Gentoo/Linux main repo!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.