Commit 8e11724
committed
src/Makefile: include CFLAGS in probe macros
When cross-building we need to pass the correct paths via CFLAGS to be
able to find extra libraries. We could convert to using pkg-config to
resolve library availability but as the rest of the build doesn't need
it we can just ensure the same CFLAGS used for building are used in
the probe macros.
Signed-off-by: Alex Bennée <[email protected]>1 parent 6053ca9 commit 8e11724
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments