View | Details | Raw Unified | Return to bug 203371 | Differences between
and this patch

Collapse All | Expand All

(-)lib/libc/Makefile (+4 lines)
Lines 29-35 Link Here
29
# to CFLAGS below.  -DSYSLIBC_SCCS affects just the system call stubs.
29
# to CFLAGS below.  -DSYSLIBC_SCCS affects just the system call stubs.
30
LIB=c
30
LIB=c
31
SHLIB_MAJOR= 7
31
SHLIB_MAJOR= 7
32
.if ${MK_SSP} != "no"
32
SHLIB_LDSCRIPT=libc.ldscript
33
SHLIB_LDSCRIPT=libc.ldscript
34
.else
35
SHLIB_LDSCRIPT=libc.ldscript-nossp
36
.endif
33
SHLIB_LDSCRIPT_LINKS=libxnet.so
37
SHLIB_LDSCRIPT_LINKS=libxnet.so
34
WARNS?=	2
38
WARNS?=	2
35
CFLAGS+=-I${LIBC_SRCTOP}/include -I${LIBC_SRCTOP}/../../include
39
CFLAGS+=-I${LIBC_SRCTOP}/include -I${LIBC_SRCTOP}/../../include
(-)lib/libc/libc.ldscript-nossp (+2 lines)
Added Link Here
1
/* $FreeBSD: releng/11.0/lib/libc/libc.ldscript 258283 2013-11-17 22:52:17Z peter $ */
2
GROUP ( @@SHLIB@@ @@LIBDIR@@/libc_nonshared.a )

Return to bug 203371