mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Restore the install location of libssp.so.0.
Noticed by: tegge
This commit is contained in:
parent
fdd1a964d1
commit
107e14e304
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SHLIBDIR?= /lib
|
||||
|
||||
.include <bsd.own.mk>
|
||||
MK_SSP= no
|
||||
|
||||
|
|
@ -11,7 +13,6 @@ SRCDIR= ${GCCLIB}/libssp
|
|||
|
||||
LIB= ssp
|
||||
SHLIB_MAJOR= 0
|
||||
SHLIBDIR?= /lib
|
||||
NO_PROFILE=
|
||||
|
||||
SRCS= ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
|
||||
|
|
|
|||
Loading…
Reference in a new issue