HardenedBSD / hardenedBSD-playground

Repository for third party codes.
Other
14 stars 4 forks source link

LibreSSL: Key off of MK_LIBRESSL #3

Closed lattera closed 7 years ago

lattera commented 8 years ago

As it stands, we are not keying off of MK_LIBRESSL to detect whether to build "ALL THE LIBRESSL THINGS!" Modify LibreSSL's Makefiles to utilize the FreeBSD build framework (bsd.lib.mk, bsd.prog.mk, etc.). Doing so will allow us to fully tie in to using src.conf(5) and the src.opts.mk framework.

Sp1l commented 8 years ago

This what you mean? f4a4706a196f3bb1cc18311cdee30e2aa5dd0a2a

Still need to test is, merging master and rebuilding!

Sp1l commented 8 years ago

Aha! Must include src.opts.mk not bsd.opts.mk! See 3f3b5281b0938d93e947737f52462b969909aad1 build is running and compiles LibreSSL not Open.

Build finished successfully.