Commit 0548d44
committed
Fix link error when building with musl
This fixes the following linker error:
```
.../x86_64-unknown-linux-musl/bin/ld: obj/hal_sysfs.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
```1 parent 0adc5ff commit 0548d44
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments