From 424a005468a9309b19173b3704ec5dc7194930ad Mon Sep 17 00:00:00 2001 From: markm Date: Sun, 30 Aug 1998 13:08:54 +0000 Subject: While I am no longer making a shared library, nuke the old one to prevent ld from picking it up spuriously. --- kerberosIV/lib/libtelnet/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'kerberosIV') diff --git a/kerberosIV/lib/libtelnet/Makefile b/kerberosIV/lib/libtelnet/Makefile index 2913809..1789d4c 100644 --- a/kerberosIV/lib/libtelnet/Makefile +++ b/kerberosIV/lib/libtelnet/Makefile @@ -12,6 +12,17 @@ NOPIC= yes INCLUDES= ${TELNETDIR}/arpa/telnet.h +# +# Before complaining about this, please *double-check* that you have +# updated the ldconfig path in /etc/rc to include /usr/lib/compat that +# was added in src/etc/rc rev 1.98. +# This is so that `ld' will not continue to generate binaries linked +# shared against libtelnet, so that in a future release we can move this +# off to a compat dist (like compat22). +# +beforeinstall: + rm -f ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} + .include .PATH: ${TELNETDIR}/libtelnet -- cgit v1.1