Commit 24e7150
committed
Revert "build: link libfastjson against libm for modf()"
Pull Request rsyslog#167 modified libfastjson.pc to add an explicit dependency
on -lm through pkg-config. While this worked around missing modf() resolution
under glibc ≥ 2.42, it pushed the responsibility onto applications.
The correct solution is for libfastjson itself to link against libm so
that dependent applications do not need to adjust their linker flags.
This commit removes the pkg-config modifications introduced by commit 919f7d2.1 parent f1983a8 commit 24e7150
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
0 commit comments