This repository was archived by the owner on Aug 28, 2025. It is now read-only.
Commit c0b4491
committed
use LDADD instead of LDFLAGS to fix build failure with ld --as-needed
sbd currently fails to build with the ld --as-needed linker option. All linked libraries need to be placed after the objects that require them. LDFLAGS is only meant for linker options - LDADD should be used to specify libraries to link against.1 parent c511b06 commit c0b4491
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
0 commit comments