For now, build and install this as libkse instead of libpthread.
This will avoid any accidental use of an experimental library. Suggested by: rwatson Approved by: re (jhb)
This commit is contained in:
parent
0068037936
commit
84001cde8f
@ -7,8 +7,8 @@
|
|||||||
# To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS
|
# To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS
|
||||||
# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the
|
# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the
|
||||||
# system call stubs.
|
# system call stubs.
|
||||||
LIB=pthread
|
LIB=kse
|
||||||
SHLIB_MAJOR= 5
|
SHLIB_MAJOR= 1
|
||||||
CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE
|
CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE
|
||||||
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \
|
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \
|
||||||
-I${.CURDIR}/../../include
|
-I${.CURDIR}/../../include
|
||||||
|
@ -26,7 +26,7 @@ CFLAGS := -Wall -pipe -g3
|
|||||||
LDFLAGS_A := -static
|
LDFLAGS_A := -static
|
||||||
LDFLAGS_P := -pg
|
LDFLAGS_P := -pg
|
||||||
LDFLAGS_S :=
|
LDFLAGS_S :=
|
||||||
LIBS := -lpthread
|
LIBS := -lkse
|
||||||
|
|
||||||
# Flags passed to verify. "-v" or "-u" may be useful.
|
# Flags passed to verify. "-v" or "-u" may be useful.
|
||||||
VFLAGS :=
|
VFLAGS :=
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
# To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS
|
# To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS
|
||||||
# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the
|
# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the
|
||||||
# system call stubs.
|
# system call stubs.
|
||||||
LIB=pthread
|
LIB=kse
|
||||||
SHLIB_MAJOR= 5
|
SHLIB_MAJOR= 1
|
||||||
CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE
|
CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE
|
||||||
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \
|
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \
|
||||||
-I${.CURDIR}/../../include
|
-I${.CURDIR}/../../include
|
||||||
|
@ -26,7 +26,7 @@ CFLAGS := -Wall -pipe -g3
|
|||||||
LDFLAGS_A := -static
|
LDFLAGS_A := -static
|
||||||
LDFLAGS_P := -pg
|
LDFLAGS_P := -pg
|
||||||
LDFLAGS_S :=
|
LDFLAGS_S :=
|
||||||
LIBS := -lpthread
|
LIBS := -lkse
|
||||||
|
|
||||||
# Flags passed to verify. "-v" or "-u" may be useful.
|
# Flags passed to verify. "-v" or "-u" may be useful.
|
||||||
VFLAGS :=
|
VFLAGS :=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user