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, Nov 2, 4:59 AM
Unknown Object (File)
Sat, Nov 2, 4:49 AM
Unknown Object (File)
Sat, Oct 26, 9:42 AM
Unknown Object (File)
Thu, Oct 24, 10:02 AM
Unknown Object (File)
Fri, Oct 18, 11:40 AM
Unknown Object (File)
Fri, Oct 18, 12:34 AM
Unknown Object (File)
Thu, Oct 17, 11:38 PM
Unknown Object (File)
Thu, Oct 17, 11:36 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 59446
Build 56333: arc lint + arc unit

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