opnsense-ports/sysutils/inotify-tools/files/patch-configure.ac
Franco Fichtner 22fd3920a1 */*: sync with upstream
Taken from: HardenedBSD
2017-08-21 07:34:07 +02:00

10 lines
264 B
Text

--- configure.ac.orig 2014-11-09 20:57:04 UTC
+++ configure.ac
@@ -44,6 +44,7 @@ AM_CONDITIONAL([STATIC_BINARY_ENABLE], t
# Checks for libraries.
+AC_SEARCH_LIBS(inotify_init, inotify)
# Checks for header files.
AC_CHECK_HEADERS([sys/inotify.h mcheck.h])