apache / rocketmq-client-cpp

Apache RocketMQ cpp client
https://rocketmq.apache.org/
Apache License 2.0
366 stars 158 forks source link

Add rocketmq libpath to ldconf to support dlopen in CentOS #315

Closed IterableTrucks closed 4 years ago

IterableTrucks commented 4 years ago

What is the purpose of the change

fix bug in rpm spec

Brief changelog

make librocketmq.so accessible to dlopen()

Verifying this change

XXXX

Follow this checklist to help us incorporate your contribution quickly and easily. Notice, it would be helpful if you could finish the following 5 checklist(the last one is not necessary)before request the community to review your PR.

codecov-commenter commented 4 years ago

Codecov Report

Merging #315 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #315   +/-   ##
=======================================
  Coverage   59.00%   59.00%           
=======================================
  Files         205      205           
  Lines       12987    12987           
=======================================
  Hits         7663     7663           
  Misses       5324     5324           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b884f17...0cce938. Read the comment docs.