PowerDNS / weakforced

Anti-Abuse for servers at authentication time
GNU General Public License v3.0
123 stars 33 forks source link

[BUG] -ltermcap fails on gentoo #385

Closed xpunkt closed 1 year ago

xpunkt commented 1 year ago

Describe the bug https://github.com/PowerDNS/weakforced/blob/master/trackalert/Makefile.am#L48

To Reproduce Steps to reproduce the behavior: git clone https://github.com/PowerDNS/weakforced.git cd weakforced autoreconf -vi ./configure --disable-dns --disable-docker --enable-trackalert make

Expected behavior trackalart should work

OS (please complete the following information):

Additional context i have not searched deap to find if there is more places to find -ltermcap

xpunkt commented 1 year ago

change line 48 from -lreadline -ltermcap to -lreadline then it works

neilcook commented 1 year ago

Yes, looks like wforce daemon doesn’t have this, not sure why trackalert still does. Feel free to submit a PR with this change.

On 23 Jan 2023, at 17:01, Benny Pedersen @.***> wrote:

change line 48 from -lreadline -ltermcap to -lreadline then it works

— Reply to this email directly, view it on GitHub https://github.com/PowerDNS/weakforced/issues/385#issuecomment-1400675315, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADS27WH2TZ477LY2XVWY4G3WT22MZANCNFSM6AAAAAAUECPFFU. You are receiving this because you were assigned.

neilcook commented 1 year ago

See PR #386

neilcook commented 1 year ago

Merged in #386