mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
lib/libc: version auxiliary libsys.so
We need to use libsys.so.7 so that we can work without /usr and because we're bound a specific ABI. Reported by: jtrc27, kib Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D43772
This commit is contained in:
parent
11f9745c5b
commit
57ddfad884
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ LDFLAGS+= -nodefaultlibs
|
|||
LIBADD+= compiler_rt
|
||||
LIBADD+= sys
|
||||
|
||||
LDFLAGS+=-Wl,--auxiliary,libsys.so
|
||||
LDFLAGS+=-Wl,--auxiliary,libsys.so.7
|
||||
|
||||
.if ${MK_SSP} != "no" && \
|
||||
(${LIBC_ARCH} == "i386" || ${LIBC_ARCH:Mpowerpc*} != "")
|
||||
|
|
|
|||
Loading…
Reference in a new issue