aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/Makefile
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2009-07-14 21:19:13 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2009-07-14 21:19:13 +0000
commit2286fe763592aa13d320186bf3e233a560af749b (patch)
tree50c2540e7067c9b377ade1910cd0348aeab454e7 /lib/libc/Makefile
parent0fe0ed8bf88b8aed13fc4533e97b94d2919ac6d5 (diff)
Notes
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r--lib/libc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index cf9ef3aa77e41..4f13f8e1f5a51 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -26,7 +26,7 @@ PRECIOUSLIB=
#
DPADD+= ${LIBGCC}
LDFLAGS+= -nodefaultlibs
-LDADD+= -lgcc
+LDADD+= -lgcc -lssp_nonshared
# Define (empty) variables so that make doesn't give substitution
# errors if the included makefiles don't change these: