From 782a82bb918be0f34992c2481199b37e3ef10419 Mon Sep 17 00:00:00 2001 From: shin Date: Sat, 12 Feb 2000 20:27:50 +0000 Subject: Update major version. Now libwrap depends on libc.so.4, so needs to update the major version. Without this, old binaries which use libwrap and build with libc.so.3 will coredump on recent 4.0. Approved by: jkh Reviewed by: markm --- lib/libwrap/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libwrap') diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile index ab565d0..8450961 100644 --- a/lib/libwrap/Makefile +++ b/lib/libwrap/Makefile @@ -5,6 +5,8 @@ MAINTAINER=markm@FreeBSD.org LIB= wrap +SHLIB_MAJOR= 3 +SHLIB_MINOR= 0 MAN3= hosts_access.3 MAN5= hosts_access.5 hosts_options.5 -- cgit v1.1