Commit c1122e2
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 changed it to use pkg-config --libs ncurses, which,
in my case, adds -ltinfo to fix this issue.
Signed-off-by: Michael T. Kloos <michael@michaelkloos.com>1 parent 6018289 commit c1122e2
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