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
@ -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