diff options
Diffstat (limited to 'net/onedrive/files/patch-configure.ac')
-rw-r--r-- | net/onedrive/files/patch-configure.ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/onedrive/files/patch-configure.ac b/net/onedrive/files/patch-configure.ac new file mode 100644 index 000000000000..660394844511 --- /dev/null +++ b/net/onedrive/files/patch-configure.ac @@ -0,0 +1,10 @@ +--- configure.ac.orig 2020-04-21 17:07:18 UTC ++++ configure.ac +@@ -144,6 +144,7 @@ + dnl Check for required modules: curl and sqlite at the moment + PKG_CHECK_MODULES([curl],[libcurl]) + PKG_CHECK_MODULES([sqlite],[sqlite3]) ++PKG_CHECK_MODULES([inotify],[libinotify]) + + dnl + dnl systemd and unit file directories |