cisco / libsrtp

Library for SRTP (Secure Realtime Transport Protocol)
Other
1.21k stars 474 forks source link

Don't set LD_LIBRARY_PATH if CRYPTO_LIBDIR is not set #483

Closed Lastique closed 4 years ago

Lastique commented 4 years ago

This avoids overriding LD_LIBRARY_PATH that may be set by the user who invokes the building/testing process when not necessary.

In my case, LD_LIBRARY_PATH needs to be set in package building scripts, which invoke tests during the build process. LD_LIBRARY_PATH contains the local path where the built libsrtp binaries are located.