Commit a7b6152
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 30443a0 commit a7b6152
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
| 174 | + | |
174 | 175 | | |
175 | 176 | | |
176 | 177 | | |
| |||
0 commit comments