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
F132315004: D46610.id143257.diff
Wed, Oct 15, 7:47 PM
F132314991: D46610.id.diff
Wed, Oct 15, 7:47 PM
F132314980: D46610.id143258.diff
Wed, Oct 15, 7:47 PM
F132314979: D46610.id143265.diff
Wed, Oct 15, 7:47 PM
F132314972: D46610.id143142.diff
Wed, Oct 15, 7:47 PM
F132271408: D46610.diff
Wed, Oct 15, 9:27 AM
Unknown Object (File)
Sun, Oct 12, 5:12 PM
Unknown Object (File)
Tue, Oct 7, 6:52 AM

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