Bump the libproc library version.
This commit is contained in:
parent
b043b5dc6b
commit
fe2521b980
@ -38,6 +38,9 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20161205: libproc version bump
|
||||
OLD_LIBS+=usr/lib/libproc.so.3
|
||||
OLD_LIBS+=usr/lib32/libproc.so.3
|
||||
# 20161127: Remove vm_page_cache(9)
|
||||
OLD_FILES+=usr/share/man/man9/vm_page_cache.9.gz
|
||||
# 20161124: new clang import which bumps version from 3.8.0 to 3.9.0.
|
||||
|
@ -37,7 +37,7 @@ CFLAGS+= -I${.CURDIR}/../../cddl/contrib/opensolaris/lib/libctf/common \
|
||||
CFLAGS+= -DNO_CTF
|
||||
.endif
|
||||
|
||||
SHLIB_MAJOR= 3
|
||||
SHLIB_MAJOR= 4
|
||||
|
||||
MAN=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user