If INTERNALLIB is defined we need PIE and bsd.incs.mk is
not included.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 30200 Build 27988: arc lint + arc unit
Event Timeline
lib/libbearssl/Makefile.depend | ||
---|---|---|
5 | unrelated to this change, you can commit it separately | |
lib/libveriexec/Makefile | ||
3 | OK | |
share/mk/src.libnames.mk | ||
229โ230 | I think these should probably still have ${PIE_SUFFIX}, and the MK_PIE test at line 419 should be extended to include a check for NO_SHARED too, but there will be no practical impact and I think this is fine for now. |
share/mk/src.libnames.mk | ||
---|---|---|
229โ230 | None of these libs define NO_SHARED, so they do not produce _pie. |