We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since ncurses was split into tinfo symbols are missing.
I had to add tinfo lib to get it to compile. Do you want me to create a commit and pull request?
here is diff.
' diff --git a/makefile b/makefile index e2fb692..a2fd3d1 100644 --- a/makefile +++ b/makefile @@ -6321,7 +6321,7 @@ linux gnu-linux: $(MAKE) KTARGET=$${KTARGET:-$(@)} "KFLAGS=$$HAVE_CURSES $$HAVE_PTMX $$HAVE_LOCKDEV $$HAVE_CRYPT_H $$HAVE_BAUDBOY $$HAVE_OPENPTY $$HAVE_LARGEFILES $(KFLAGS)" \
"LIBS=$(LIBS) $$LIB_UTIL \
"LIBS=$(LIBS) -ltinfo $$LIB_UTIL \ $$HAVE_LIBCURSES $$HAVE_RESOLV $$HAVE_CRYPT $$HAVE_LOCKDEV" \ linuxa
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since ncurses was split into tinfo symbols are missing.
I had to add tinfo lib to get it to compile.
Do you want me to create a commit and pull request?
here is diff.
'
$(MAKE) KTARGET=$ ${KTARGET:-$(@)}
diff --git a/makefile b/makefile
index e2fb692..a2fd3d1 100644
--- a/makefile
+++ b/makefile
@@ -6321,7 +6321,7 @@ linux gnu-linux:
"KFLAGS=$$HAVE_CURSES $$HAVE_PTMX $$HAVE_LOCKDEV $$HAVE_CRYPT_H
$$HAVE_BAUDBOY $$HAVE_OPENPTY $$HAVE_LARGEFILES $(KFLAGS)" \
The text was updated successfully, but these errors were encountered: