This PR fixes the linking errors for bench-only builds by adding a -levent flag to EVENT_LIBS.
Additionally, it fixes a typo in $(EVENT_CFLAGS) and removes the double $(LIBBITCOIN_SERVER) linking entry, because a similar one was also fixed in the Makefile.am: #17910