FreeBSD Bugzilla – Attachment 161421 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]
patch to check for WITHOUT_SSP
libc-20150926.patch (text/plain), 784 bytes, created by
Kenneth Salerno
on 2015-09-26 12:00:28 UTC
(
hide
)
Description:
patch to check for WITHOUT_SSP
Filename:
MIME Type:
Creator:
Kenneth Salerno
Created:
2015-09-26 12:00:28 UTC
Size:
784 bytes
patch
obsolete
>diff -ru a/Makefile b/Makefile >--- a/Makefile 2015-09-26 07:50:59.000000000 -0400 >+++ b/Makefile 2015-09-26 07:55:23.000000000 -0400 >@@ -23,7 +23,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 > WARNS?= 2 > CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include > CFLAGS+=-I${.CURDIR}/${LIBC_ARCH} >diff -ru a/libc.ldscript-nossp b/libc.ldscript-nossp >--- a/libc.ldscript-nossp 2015-09-26 07:56:21.000000000 -0400 >+++ b/libc.ldscript-nossp 2015-09-26 07:55:59.000000000 -0400 >@@ -0,0 +1,2 @@ >+/* $FreeBSD: releng/10.1/lib/libc/libc.ldscript 258398 2013-11-20 20:24:59Z 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