dogecoinfoundation / libdogecoin

Libdogecoin provides low level C functions useful for building compliant Dogecoin Nodes & Wallets.
MIT License
107 stars 24 forks source link

config: add -levent_core to AC_CHECK_LIB for event_extra #225

Open edtubbs opened 5 days ago

edtubbs commented 5 days ago

Added -levent_core to AC_CHECK_LIB for event_extra to fix NixOS builds. Since libevent_extra depends indirectly on libevent_core, we must explicitly link it because NixOS doesn't automatically resolve indirect dependencies like other distros.

xanimo commented 5 days ago

utACK