Add libssl and libcrypto compat4x libraries since the major number
changed. These were taken from the 4.2-RELEASE dist on ftp.freebsd.org. This will be MFC'd shortly as it is required in RELENG_4 to maintain compatability with binaries linked against these libraries.
This commit is contained in:
parent
4c4460ea2d
commit
37fbaa04c4
@ -7,6 +7,7 @@ LIBCOMPATDIR= ${LIBDIR}/compat
|
||||
LIBS= \
|
||||
libc.so.4 \
|
||||
libc_r.so.4 \
|
||||
libcrypto.so.1 \
|
||||
libdialog.so.4 \
|
||||
libedit.so.3 \
|
||||
libfetch.so.2 \
|
||||
@ -14,6 +15,7 @@ LIBS= \
|
||||
libhistory.so.4 \
|
||||
libncurses.so.5 \
|
||||
libreadline.so.4 \
|
||||
libssl.so.1 \
|
||||
libstdc++.so.3 \
|
||||
libutil.so.3 \
|
||||
libwrap.so.3 \
|
||||
|
7063
lib/compat/compat4x.alpha/libcrypto.so.1.gz.uu
Normal file
7063
lib/compat/compat4x.alpha/libcrypto.so.1.gz.uu
Normal file
File diff suppressed because it is too large
Load Diff
1961
lib/compat/compat4x.alpha/libssl.so.1.gz.uu
Normal file
1961
lib/compat/compat4x.alpha/libssl.so.1.gz.uu
Normal file
File diff suppressed because it is too large
Load Diff
@ -7,6 +7,7 @@ LIBCOMPATDIR= ${LIBDIR}/compat
|
||||
LIBS= \
|
||||
libc.so.4 \
|
||||
libc_r.so.4 \
|
||||
libcrypto.so.1 \
|
||||
libdialog.so.4 \
|
||||
libedit.so.3 \
|
||||
libfetch.so.2 \
|
||||
@ -14,6 +15,7 @@ LIBS= \
|
||||
libhistory.so.4 \
|
||||
libncurses.so.5 \
|
||||
libreadline.so.4 \
|
||||
libssl.so.1 \
|
||||
libstdc++.so.3 \
|
||||
libutil.so.3 \
|
||||
libwrap.so.3 \
|
||||
|
5767
lib/compat/compat4x.i386/libcrypto.so.1.gz.uu
Normal file
5767
lib/compat/compat4x.i386/libcrypto.so.1.gz.uu
Normal file
File diff suppressed because it is too large
Load Diff
1656
lib/compat/compat4x.i386/libssl.so.1.gz.uu
Normal file
1656
lib/compat/compat4x.i386/libssl.so.1.gz.uu
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user