mesosphere / mesos-deb-packaging

Mesos package for Debian, Ubuntu, CentOS, RHEL, and Fedora
Other
58 stars 67 forks source link

allow extra runtime libraries to be added to the distribution #44

Closed lloesche closed 9 years ago

lloesche commented 9 years ago

This function allows to define a list of additional libraries which will be copied to /usr/lib/mesos. This path is set as LD_RUN_PATH during linking. I am using this to add a recent libstdc++ compiler runtime on older distributions like Ubuntu 12.04 but it could be used for any runtime libraries.