diff options
author | obrien <obrien@FreeBSD.org> | 2000-11-14 02:46:23 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-11-14 02:46:23 +0000 |
commit | 670d8859ebadfca5280a87eacf74c1894264e964 (patch) | |
tree | f830da7f9ea0d1c6912690ad7af139371275ab64 | |
parent | 31f4e281bfb0c00903ae2b7e3f5cfe8095a06c26 (diff) | |
download | FreeBSD-src-670d8859ebadfca5280a87eacf74c1894264e964.zip FreeBSD-src-670d8859ebadfca5280a87eacf74c1894264e964.tar.gz |
Bump the shared lib version. There seems to have been an incompatible
change committed to RELENG_4 where a bump there is now necessary.
We've got to go before RELENG_4 does.
-rw-r--r-- | lib/libc/Makefile | 2 | ||||
-rw-r--r-- | lib/libc_r/Makefile | 2 | ||||
-rw-r--r-- | lib/libkse/Makefile | 2 | ||||
-rw-r--r-- | lib/libpthread/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 8a2afa8..8862755 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -7,7 +7,7 @@ # from CFLAGS below. To remove these strings from just the system call # stubs, remove just -DSYSLIBC_RCS from CFLAGS. LIB=c -SHLIB_MAJOR= 4 +SHLIB_MAJOR= 5 SHLIB_MINOR= 0 CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/include AINC= -I${.CURDIR}/${MACHINE_ARCH} diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile index ea000bd..9b20a24 100644 --- a/lib/libc_r/Makefile +++ b/lib/libc_r/Makefile @@ -6,7 +6,7 @@ # from CFLAGS below. To remove these strings from just the system call # stubs, remove just -DSYSLIBC_RCS from CFLAGS. LIB=c_r -SHLIB_MAJOR= 4 +SHLIB_MAJOR= 5 SHLIB_MINOR= 0 CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/../libc/include CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread diff --git a/lib/libkse/Makefile b/lib/libkse/Makefile index ea000bd..9b20a24 100644 --- a/lib/libkse/Makefile +++ b/lib/libkse/Makefile @@ -6,7 +6,7 @@ # from CFLAGS below. To remove these strings from just the system call # stubs, remove just -DSYSLIBC_RCS from CFLAGS. LIB=c_r -SHLIB_MAJOR= 4 +SHLIB_MAJOR= 5 SHLIB_MINOR= 0 CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/../libc/include CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index ea000bd..9b20a24 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -6,7 +6,7 @@ # from CFLAGS below. To remove these strings from just the system call # stubs, remove just -DSYSLIBC_RCS from CFLAGS. LIB=c_r -SHLIB_MAJOR= 4 +SHLIB_MAJOR= 5 SHLIB_MINOR= 0 CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/../libc/include CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread |