Revision 126ac21c80967ec00f802d356462c1b83fa0f54c authored by Richard Levitte on 19 January 2016, 19:35:41 UTC, committed by Richard Levitte on 19 January 2016, 19:59:31 UTC
For BSD systems, Configure adds a shared_ldflags including a reference
to the Makefile variable LIBRPATH, but since it must be passed down to
Makefile.shared, care must be taken so the value of LIBRPATH doesn't
get expanded too early, or it ends up giving an empty string.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(cherry picked from commit c64879d3f3cc4c7f1c436a9fe3bd109847a23629)
1 parent 5122374
History
File Mode Size
Makefile.hpux10-cc -rw-r--r-- 555 bytes
README -rw-r--r-- 72 bytes
hpux10-cc.sh -rw-r--r-- 3.8 KB
irix.sh -rw-r--r-- 274 bytes
sco5-shared-gcc.sh -rwxr-xr-x 821 bytes
sco5-shared-installed -rwxr-xr-x 477 bytes
sco5-shared.sh -rwxr-xr-x 816 bytes
solaris-sc4.sh -rwxr-xr-x 721 bytes
solaris.sh -rw-r--r-- 827 bytes
sun.sh -rw-r--r-- 284 bytes
svr5-shared-gcc.sh -rwxr-xr-x 844 bytes
svr5-shared-installed -rwxr-xr-x 480 bytes
svr5-shared.sh -rwxr-xr-x 829 bytes
win32.bat -rwxr-xr-x 688 bytes
win32dll.bat -rwxr-xr-x 577 bytes

README

back to top