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)
Tue, Oct 7, 6:52 AM
Unknown Object (File)
Sat, Oct 4, 7:51 AM
Unknown Object (File)
Thu, Sep 25, 9:51 PM
Unknown Object (File)
Sep 9 2025, 4:26 PM
Unknown Object (File)
Sep 8 2025, 4:44 AM
Unknown Object (File)
Sep 4 2025, 12:01 PM
Unknown Object (File)
Sep 4 2025, 10:23 AM
Unknown Object (File)
Sep 1 2025, 3:50 PM

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