| Summary: | linking against readline does not require linking against ncurses | ||
|---|---|---|---|
| Product: | [Applications] kalgebra | Reporter: | Colin Watson <cjwatson> |
| Component: | general | Assignee: | Aleix Pol <aleixpol> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | stop trying to link directly against ncurses | ||
|
Description
Colin Watson
2011-11-10 15:19:28 UTC
Git commit 7c2cbb15d4bbb9b0719332a85edc5c0b698683c6 by Aleix Pol. Committed on 10/11/2011 at 16:23. Pushed by apol into branch 'master'. Don't link calgebra against ncurses, apparently it's not needed anymore. BUG: 286272 M +1 -1 calgebra/CMakeLists.txt M +0 -1 cmake/FindReadline.cmake http://commits.kde.org/analitza/7c2cbb15d4bbb9b0719332a85edc5c0b698683c6 Thanks - you seem to have missed a few bits of my patch against FindReadline.cmake, though? It seems odd to keep on referring to NCURSES_LIBRARY after no longer running FIND_LIBRARY on it. Git commit 2e3629d9602c88de8177b4600d8aca372c84c877 by Aleix Pol. Committed on 10/11/2011 at 16:44. Pushed by apol into branch 'master'. Forgot to remove the rest of the NCURSES variables' reads. BUG: 286272 M +4 -4 cmake/FindReadline.cmake http://commits.kde.org/analitza/2e3629d9602c88de8177b4600d8aca372c84c877 |