I am quite sure the answer is yes... but I would like to ensure.
My goal is to compile Samba 4.2.0 on a D-Link DNS-323, but my last error is:
default/source3/smbd/notify_inotify_75.o: In function `inotify_setup':
notify_inotify.c:(.text+0x984): undefined reference to `inotify_init'
default/source3/smbd/notify_inotify_75.o: In function `watch_destructor':
notify_inotify.c:(.text+0xe34): undefined reference to `inotify_rm_watch'
default/source3/smbd/notify_inotify_75.o: In function `inotify_watch':
notify_inotify.c:(.text+0xfd4): undefined reference to `inotify_add_watch'
notify_inotify.c:(.text+0x1150): undefined reference to `inotify_rm_watch'
notify_inotify.c:(.text+0x11ec): undefined reference to `inotify_rm_watch'
So, I think my only hope would be to compile a newer Kernel. Do I am right?