You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/slurm/files/slurm-0.4.3-tinfo.patch

13 lines
310 B

https://github.com/mattthias/slurm/pull/38
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@
add_executable(slurm ${SLURM_SOURCES})
-target_link_libraries(slurm ncurses)
+target_link_libraries(slurm ${CURSES_LIBRARY} ${CURSES_EXTRA_LIBRARY})
# install
install(TARGETS slurm DESTINATION bin)