Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136136539
D8212.id21230.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
697 B
Referenced Files
None
Subscribers
None
D8212.id21230.diff
View Options
Index: lib/libc/Makefile
===================================================================
--- lib/libc/Makefile
+++ lib/libc/Makefile
@@ -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_nossp.ldscript
+.endif
SHLIB_LDSCRIPT_LINKS=libxnet.so
WARNS?= 2
CFLAGS+=-I${LIBC_SRCTOP}/include -I${LIBC_SRCTOP}/../../include
Index: lib/libc/libc_nossp.ldscript
===================================================================
--- /dev/null
+++ lib/libc/libc_nossp.ldscript
@@ -0,0 +1,2 @@
+/* $FreeBSD$ */
+GROUP ( @@SHLIB@@ @@LIBDIR@@/libc_nonshared.a )
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 17, 2:08 AM (15 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25401296
Default Alt Text
D8212.id21230.diff (697 B)
Attached To
Mode
D8212: do not look for -lssp when MK_SSP=no
Attached
Detach File
Event Timeline
Log In to Comment