This repository was archived by the owner on Dec 5, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,9 +207,9 @@ endif()
207207
208208if(__LINUX__)
209209if(LSB_DISTRIBUTOR_ID STREQUAL "centos")
210- set(CSI_HTTP_CLIENT_LIBS csi-http-client csi-http-common csi-avro json_spirit snappy boost_log_setup boost_log boost_date_time boost_timer boost_thread boost_system boost_program_options boost_filesystem boost_regex boost_chrono boost_iostreams curl cares idn ldap lber ssl crypto rt pthread z c)
210+ set(CSI_HTTP_CLIENT_LIBS csi-http-client csi-http-common csi-avro json_spirit snappy ${BOOST_PATH}/stage/lib/libboost_log_setup.a ${BOOST_PATH}/stage/lib/libboost_log.a boost_date_time boost_timer boost_thread boost_system boost_program_options boost_filesystem boost_regex boost_chrono boost_iostreams curl cares idn ldap lber ssl crypto rt pthread z c)
211211else()
212- set(CSI_HTTP_CLIENT_LIBS csi-http-client csi-http-common csi-avro json_spirit snappy boost_log_setup boost_log boost_date_time boost_timer boost_thread boost_system boost_program_options boost_filesystem boost_regex boost_chrono boost_iostreams curl cares idn ldap lber ssl crypto rt pthread z rtmp c)
212+ set(CSI_HTTP_CLIENT_LIBS csi-http-client csi-http-common csi-avro json_spirit snappy ${BOOST_PATH}/stage/lib/libboost_log_setup.a ${BOOST_PATH}/stage/lib/libboost_log.a boost_date_time boost_timer boost_thread boost_system boost_program_options boost_filesystem boost_regex boost_chrono boost_iostreams curl cares idn ldap lber ssl crypto rt pthread z rtmp c)
213213endif()
214214
215215#just override if we're crosscompiling for raspberry
You can’t perform that action at this time.
0 commit comments