诸暨麻将添加redis
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
306 B

  1. prefix=@CMAKE_INSTALL_PREFIX@
  2. exec_prefix=${prefix}
  3. libdir=${exec_prefix}/lib
  4. includedir=${prefix}/include
  5. pkgincludedir=${includedir}/hiredis
  6. Name: hiredis_ssl
  7. Description: SSL Support for hiredis.
  8. Version: @PROJECT_VERSION@
  9. Requires: hiredis
  10. Libs: -L${libdir} -lhiredis_ssl
  11. Libs.private: -lssl -lcrypto