inotify-tools: fix link error on x86 23549/head
authorkrant <aleksey.vasilenko@gmail.com>
Wed, 28 Feb 2024 11:50:10 +0000 (13:50 +0200)
committerkrant <aleksey.vasilenko@gmail.com>
Wed, 28 Feb 2024 11:50:10 +0000 (13:50 +0200)
commit7eeda7fd3e89943f7f5e139950745bb4f90bf904
tree5d8fc1ce967150a07ee49e0c48d70943102d6c76
parent03c90979c0fee527009e2dbdf17cb06e8474334e
inotify-tools: fix link error on x86

Previous commit removed unnecessary linking with libstdc++
but introduced another error on x86 platforms:

  undefined reference to `__stack_chk_fail_local'

Fix it by explicitly linking libssp_nonshared.a

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
utils/inotify-tools/Makefile