Commit 12b936b
committed
Adjusted the linker flags for kconfig mconf (menuconfig)
For some reason, this breaks on my Gentoo systems. There,
libcurses does not contain nodelay, so the linking fails
with symbol resolution errors regarding the nodelay symbol.
I have added -ltinfo to fix this issue.
Signed-off-by: Michael T. Kloos <michael@michaelkloos.com>1 parent 6018289 commit 12b936b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments