From ea4af6448d890be569fb18bf4b3eaaf57af5e6dc Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 21 Sep 1999 14:44:27 +0000 Subject: 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. --- lib/libcrypt/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/libcrypt') diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile index 338853d..25d2549 100644 --- a/lib/libcrypt/Makefile +++ b/lib/libcrypt/Makefile @@ -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 -- cgit v1.1