JuliaCrypto / Nettle.jl

Julia wrapper around nettle cryptographic hashing/encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as well as AES encryption/decryption
Other
51 stars 34 forks source link

Prepend to LD_LIBRARY_PATH instead of clobber #58

Closed samschlegel closed 8 years ago

samschlegel commented 8 years ago

Specifically fixes building on systems using Environment Modules where preserving LD_LIBRARY_PATH may be necessary for gcc to find its shared libraries

staticfloat commented 8 years ago

Thanks, @SamSchlegel!