Page MenuHomeFreeBSD

Makefile.inc1: handle dependencies across libevent migration
ClosedPublic

Authored by emaste on Oct 9 2018, 1:16 PM.
Tags
None
Referenced Files
F82930744: D17481.diff
Sat, May 4, 3:23 AM
Unknown Object (File)
Sat, Apr 27, 1:49 AM
Unknown Object (File)
Sat, Apr 27, 1:49 AM
Unknown Object (File)
Sat, Apr 27, 1:49 AM
Unknown Object (File)
Sat, Apr 27, 12:44 AM
Unknown Object (File)
Fri, Apr 26, 10:45 PM
Unknown Object (File)
Mar 22 2024, 10:56 PM
Unknown Object (File)
Mar 22 2024, 10:56 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

Lint
Lint Skipped
Unit
Tests Skipped

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
949

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.