Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

waddnwstr fix for #161 #175

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

SkyperTHC
Copy link

Fix for #161. Normal ncurses is already checked further below but waddnwstr is part of ncursesw. Without this fix you get a double:
Makefile:

LIBS = -lncurses  -lncurses

where it should be:

LIBS = -lncursesw  -lncurses

tested on default Kali install:

PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
VERSION_ID="2023.2"
VERSION="2023.2"
VERSION_CODENAME=kali-rolling
ID=kali
ID_LIKE=debian
HOME_URL="https://www.kali.org/"
SUPPORT_URL="https://forums.kali.org/"
BUG_REPORT_URL="https://bugs.kali.org/"
ANSI_COLOR="1;31"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant