]> git.pld-linux.org Git - packages/hhvm.git/blob - cmake-missing-library.patch
- save work
[packages/hhvm.git] / cmake-missing-library.patch
1 --- hiphop-php/CMake/HPHPFindLibs.cmake~        2010-05-16 00:08:26.000000000 +0300
2 +++ hiphop-php/CMake/HPHPFindLibs.cmake 2010-05-16 15:54:09.769893945 +0300
3 @@ -209,4 +209,7 @@
4         target_link_libraries(${target} xhp)
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  endmacro()
This page took 0.060513 seconds and 4 git commands to generate.