antirez / antirez/dump1090

Build system suggestions

Open
#11 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.