FreeBSD Bugzilla – Attachment 176591 Details for
Bug 203371
[patch] libc.so patch for worlds built WITHOUT_SSP - should not add libssp_nonshared.a
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for WITHOUT_SSP
libc-nossp-kpsalerno.patch (text/plain), 769 bytes, created by
Kenneth Salerno
on 2016-11-03 12:56:16 UTC
(
hide
)
Description:
fix for WITHOUT_SSP
Filename:
MIME Type:
Creator:
Kenneth Salerno
Created:
2016-11-03 12:56:16 UTC
Size:
769 bytes
patch
obsolete
>Index: lib/libc/Makefile >=================================================================== >--- lib/libc/Makefile (revision 308238) >+++ lib/libc/Makefile (working copy) >@@ -29,7 +29,11 @@ > # to CFLAGS below. -DSYSLIBC_SCCS affects just the system call stubs. > LIB=c > SHLIB_MAJOR= 7 >+.if ${MK_SSP} != "no" > SHLIB_LDSCRIPT=libc.ldscript >+.else >+SHLIB_LDSCRIPT=libc.ldscript-nossp >+.endif > SHLIB_LDSCRIPT_LINKS=libxnet.so > WARNS?= 2 > CFLAGS+=-I${LIBC_SRCTOP}/include -I${LIBC_SRCTOP}/../../include >--- /dev/null 2016-11-03 08:54:39.000000000 -0400 >+++ lib/libc/libc.ldscript-nossp 2016-11-03 08:54:09.518175000 -0400 >@@ -0,0 +1,2 @@ >+/* $FreeBSD: releng/11.0/lib/libc/libc.ldscript 258283 2013-11-17 22:52:17Z peter $ */ >+GROUP ( @@SHLIB@@ @@LIBDIR@@/libc_nonshared.a )
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203371
:
161421
| 176591