2023-07-15 17:15:38 +00:00
|
|
|
--- a/common/common.c
|
|
|
|
+++ b/common/common.c
|
2024-09-19 14:19:46 +00:00
|
|
|
@@ -1990,6 +1990,13 @@ ssize_t select_write(serial_handler_t *fd, const void *buf, const size_t buflen,
|
2023-07-15 17:15:38 +00:00
|
|
|
* communications media and/or vendor protocol.
|
|
|
|
*/
|
2024-09-19 14:19:46 +00:00
|
|
|
static const char * search_paths_builtin[] = {
|
2022-11-21 17:40:18 +00:00
|
|
|
+ "@avahi@",
|
|
|
|
+ "@freeipmi@",
|
2024-09-19 14:19:46 +00:00
|
|
|
+ "@libgpiod@",
|
2022-11-21 17:40:18 +00:00
|
|
|
+ "@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,
|
2024-09-19 14:19:46 +00:00
|
|
|
"/usr"LIBDIR, /* Note: this can lead to bogus strings like */
|