Skip to content

Will not compile on gentoo. #12

Description

@drforbin

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions