Better
This commit is contained in:
15
security/sssd2/files/patch-src__external__inotify.m4
Normal file
15
security/sssd2/files/patch-src__external__inotify.m4
Normal file
@ -0,0 +1,15 @@
|
||||
--- src/external/inotify.m4.orig 2023-06-05 03:56:40 UTC
|
||||
+++ src/external/inotify.m4
|
||||
@@ -20,10 +20,10 @@ int main () {
|
||||
AS_IF([test x"$inotify_works" != xyes],
|
||||
[AC_CHECK_LIB([inotify],
|
||||
[inotify_init],
|
||||
- [INOTIFY_LIBS="$sss_extra_libdir -linotify"
|
||||
+ [INOTIFY_LIBS="-L$sss_extra_libdir -linotify"
|
||||
inotify_works=yes],
|
||||
[inotify_works=no],
|
||||
- [$sss_extra_libdir])]
|
||||
+ [-L$sss_extra_libdir])]
|
||||
)
|
||||
|
||||
AS_IF([test x"$inotify_works" = xyes],
|
||||
Reference in New Issue
Block a user