Commit ff9ede8
committed
Fix the test build on Ubuntu 22.04
The LDFLAGS are too early on the command line to be used by the system's
GCC when linking our object files; use LIBS instead, which are at the
very end of the command line.1 parent 9749c26 commit ff9ede8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
521 | | - | |
| 521 | + | |
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
| |||
0 commit comments