From e6d0d4a4c4ee382f31a69e1475476028dab50a10 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sun, 30 Aug 1998 13:08:54 +0000 Subject: [PATCH] While I am no longer making a shared library, nuke the old one to prevent ld from picking it up spuriously. --- kerberos5/lib/libtelnet/Makefile | 11 +++++++++++ kerberosIV/lib/libtelnet/Makefile | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/kerberos5/lib/libtelnet/Makefile b/kerberos5/lib/libtelnet/Makefile index 2913809015c8..1789d4ceb199 100644 --- a/kerberos5/lib/libtelnet/Makefile +++ b/kerberos5/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 diff --git a/kerberosIV/lib/libtelnet/Makefile b/kerberosIV/lib/libtelnet/Makefile index 2913809015c8..1789d4ceb199 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