]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow programs to set `NO_SHARED` on a per-PROG basis
authorEnji Cooper <ngie@FreeBSD.org>
Sat, 30 Mar 2019 17:23:15 +0000 (17:23 +0000)
committerEnji Cooper <ngie@FreeBSD.org>
Sat, 30 Mar 2019 17:23:15 +0000 (17:23 +0000)
commit1c50bec8efc26884c31016fb033c7fbe4903860b
tree0a16ed71aba5847342a39354095be4577e155474
parentbe7808dca3571d02c88dcdf30c5657fbace6c21f
Allow programs to set `NO_SHARED` on a per-PROG basis

This is particularly useful when installing programs for tests that need to be
linked statically, e.g., mini-me from capsicum-test, which is linked statically
to avoid the dynamic library lookup in the upstream project.

Reviewed by: emaste
Approved by: emaste (mentor)
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D19756
share/mk/bsd.progs.mk