Fix regression in r291738: This really wants -lssp.

The normal LIBADD is ssp_nonshared.  This also had a DPADD on LIBSSP which
does not actually exist, it is blank.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2015-12-05 18:56:21 +00:00
parent 97d20cdd9b
commit b1e20a1db5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291864

View File

@ -10,7 +10,7 @@ CFLAGS.h_raw+= -fstack-protector-all -Wstack-protector
CFLAGS.h_raw+= -fsanitize=bounds
.elif ${COMPILER_TYPE} == "gcc"
CFLAGS.h_raw+= --param ssp-buffer-size=1
LIBADD+= ssp
LDADD+= -lssp
.endif
NETBSD_ATF_TESTS_SH= ssp_test