summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2003-11-12 21:56:07 +0000
committerrwatson <rwatson@FreeBSD.org>2003-11-12 21:56:07 +0000
commitba0d21ac7c3545d1a582f4696509fa31c347b79f (patch)
tree6eccdaf15b7bcd8b6a30c2e0333801c1e227a989 /lib/libutil
parent76286d34575e4d82d65fc44f6653db3b558fcddd (diff)
downloadFreeBSD-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')
-rw-r--r--lib/libutil/Makefile2
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
OpenPOWER on IntegriCloud