Page MenuHomeFreeBSD

flua: move modules source into the main source directory
ClosedPublic

Authored by bapt on Sep 9 2024, 3:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 8, 3:27 AM
Unknown Object (File)
Wed, Jan 29, 1:26 AM
Unknown Object (File)
Fri, Jan 24, 12:42 AM
Unknown Object (File)
Fri, Jan 24, 12:41 AM
Unknown Object (File)
Fri, Jan 24, 12:41 AM
Unknown Object (File)
Fri, Jan 24, 12:41 AM
Unknown Object (File)
Fri, Jan 24, 12:11 AM
Unknown Object (File)
Jan 16 2025, 5:25 PM
Subscribers

Details

Summary

Follow the path of what is done with bsnmp, build the modules along
with the main binary, this allows to build the modules at a moment
where all needed libraries are already built and available in the
linker path instead of having to declare all the libraries which a
flua module will be linked to in _prebuild_libs.

Discused with: markj

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bapt requested review of this revision.Sep 9 2024, 3:26 PM
libexec/flua/Makefile
3

Don't you need to add the other libraries here?

jrtc27 added inline comments.
libexec/flua/Makefile
3

Missing the others?

bapt marked 2 inline comments as done.Sep 11 2024, 3:54 PM

Fix libstand after moving lualibs

This revision is now accepted and ready to land.Sep 12 2024, 2:42 AM