https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192728
Bug ID: 192728
Summary: [build] lib/libc_nonshared: checkdpadd failure with
WITH_SSP=1
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Some People
Priority: ---
Component: conf
Assignee: [email protected]
Reporter: [email protected]
Repro:
- Grab FreeBSD HEAD @ r269906
- Run the following command:
cd lib/libc
env SRCCONF=/dev/null WITH_SSP=1 make checkdpadd SUBDIR=
Expected result:
make should pass and not print out anything.
Actual result:
Prints out the following:
% env SRCCONF=/dev/null WITH_SSP=1 make checkdpadd SUBDIR=
/usr/src/lib/libc
DPADD -> -lcompiler_rt
LDADD -> -lcompiler_rt -lssp_nonshared
Proposed solution:
- LIBSSP_NONSHARED needs to be added to bsd.libnames.mk
- LIBSSP_NONSHARED needs to be added to DPADD for lib/libc/Makefile
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"