diff options
author | rwatson <rwatson@FreeBSD.org> | 2003-11-12 21:56:07 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2003-11-12 21:56:07 +0000 |
commit | ba0d21ac7c3545d1a582f4696509fa31c347b79f (patch) | |
tree | 6eccdaf15b7bcd8b6a30c2e0333801c1e227a989 /lib/libutil/Makefile | |
parent | 76286d34575e4d82d65fc44f6653db3b558fcddd (diff) | |
download | FreeBSD-src-ba0d21ac7c3545d1a582f4696509fa31c347b79f.zip FreeBSD-src-ba0d21ac7c3545d1a582f4696509fa31c347b79f.tar.gz |
Bump the major version on libtuil. libutil now relies on the mac_*
symbols exported by newer versions of libc, and so we want applications
depending on the newer library code to be required to link against the
newer libc.
Discussed with: scottl, kris, imp
Diffstat (limited to 'lib/libutil/Makefile')
-rw-r--r-- | lib/libutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index aea8320..e13663c 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ LIB= util -SHLIB_MAJOR= 3 +SHLIB_MAJOR= 4 SHLIBDIR?= /lib CFLAGS+=-DLIBC_SCCS -I${.CURDIR} -I${.CURDIR}/../libc/gen/ CFLAGS+=-DINET6 |