mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-23 16:01:42 +00:00
Somebody deleted the SONAME override causing the symlink to be expanded
at link time and the target name compiled into the binaries. ie: everything used libscrypt or libdescrypt explicitly.
This commit is contained in:
parent
33edfabe57
commit
6b0e02e513
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51505
@ -11,6 +11,10 @@ LSCRYPTBASE= lib${LIB}
|
||||
LCRYPTSO= ${LCRYPTBASE}.so.${SHLIB_MAJOR}
|
||||
LSCRYPTSO= ${LSCRYPTBASE}.so.${SHLIB_MAJOR}
|
||||
|
||||
.if ${OBJFORMAT} == elf
|
||||
SONAME= ${LCRYPTSO}
|
||||
.endif
|
||||
|
||||
.PATH: ${.CURDIR}/../libmd
|
||||
SRCS= crypt.c crypt-md5.c crypt-shs.c misc.c
|
||||
STATICSRCS= md5c.c sha0c.c sha1c.c
|
||||
|
Loading…
Reference in New Issue
Block a user