2023-07-15 17:15:38 +00:00
|
|
|
--- a/common/common.c
|
|
|
|
+++ b/common/common.c
|
|
|
|
@@ -991,6 +991,12 @@ ssize_t select_write(const int fd, const void *buf, const size_t buflen, const t
|
|
|
|
* communications media and/or vendor protocol.
|
|
|
|
*/
|
|
|
|
static const char * search_paths[] = {
|
2022-11-21 17:40:18 +00:00
|
|
|
+ "@avahi@",
|
|
|
|
+ "@freeipmi@",
|
|
|
|
+ "@libusb@",
|
|
|
|
+ "@neon@",
|
2023-07-15 17:15:38 +00:00
|
|
|
+ "@libmodbus@",
|
|
|
|
+ "@netsnmp@",
|
|
|
|
/* Use the library path (and bitness) provided during ./configure first */
|
2022-11-21 17:40:18 +00:00
|
|
|
LIBDIR,
|
2023-07-15 17:15:38 +00:00
|
|
|
"/usr"LIBDIR,
|