Commit c59507b
Disable libudev in hwloc builds
UMF does not link with libudev.
Fixes the error on linking with a hwloc static library on systems with libudev installed:
ld.lld: error: undefined symbol: udev_device_new_from_subsystem_sysname1 parent 3ebb7b2 commit c59507b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
| 189 | + | |
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
| |||
0 commit comments