diff options
author | shin <shin@FreeBSD.org> | 2000-02-12 20:27:50 +0000 |
---|---|---|
committer | shin <shin@FreeBSD.org> | 2000-02-12 20:27:50 +0000 |
commit | 782a82bb918be0f34992c2481199b37e3ef10419 (patch) | |
tree | 81171e4292e209963747bda8b6f396bb5a64b3be /lib | |
parent | 58306df1668f1e6d3e28f296d3d6ad1021b36d6c (diff) | |
download | FreeBSD-src-782a82bb918be0f34992c2481199b37e3ef10419.zip FreeBSD-src-782a82bb918be0f34992c2481199b37e3ef10419.tar.gz |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libwrap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |