Page MenuHomeFreeBSD

Makefile.inc1: handle dependencies across libevent migration
ClosedPublic

Authored by emaste on Oct 9 2018, 1:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 22 2024, 10:56 PM
Unknown Object (File)
Mar 22 2024, 10:56 PM
Unknown Object (File)
Mar 22 2024, 10:56 PM
Unknown Object (File)
Mar 22 2024, 10:55 PM
Unknown Object (File)
Mar 8 2024, 2:05 PM
Unknown Object (File)
Jan 6 2024, 9:44 PM
Unknown Object (File)
Jan 6 2024, 9:44 PM
Unknown Object (File)
Jan 6 2024, 9:43 PM
Subscribers

Details

Summary

Previously we used ntp's embedded libevent, but have switched to a newer upstream one for OpenSSL 1.1.1 compatibility. Add to the existing hacky cases for handling these sorts of changes in .depend files.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Hmm, so this should actually be part of the commit to libntpevent if we do that independent of the openssl merge (which I think we should)

Makefile.inc1
938 ↗(On Diff #48929)

Maybe don't add a blank line here since all the other cases don't use blank lines?

This revision is now accepted and ready to land.Oct 9 2018, 6:00 PM
  • remove extra blank line
  • include Makefile change
This revision now requires review to proceed.Oct 9 2018, 6:02 PM
This revision is now accepted and ready to land.Oct 9 2018, 6:14 PM
This revision was automatically updated to reflect the committed changes.