]> git.pld-linux.org Git - packages/hhvm.git/blob - cmake-missing-library.patch
provide php(core) = 5.6.0
[packages/hhvm.git] / cmake-missing-library.patch
1 --- hiphop-php/CMake/HPHPFindLibs.cmake~        2011-07-25 19:22:01.000000000 +0300
2 +++ hiphop-php/CMake/HPHPFindLibs.cmake 2011-07-25 19:40:07.515376789 +0300
3 @@ -389,6 +389,9 @@
4  
5         target_link_libraries(${target} afdt)
6         target_link_libraries(${target} mbfl)
7 +       target_link_libraries(${target} crypt)
8 +       target_link_libraries(${target} rt)
9 +       target_link_libraries(${target} resolv)
10  
11         target_link_libraries(${target} ${READLINE_LIBRARY})
12         target_link_libraries(${target} ${NCURSES_LIBRARY})
This page took 0.023618 seconds and 3 git commands to generate.