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
F151544073: D46610.id.diff
Thu, Apr 9, 2:47 AM
Unknown Object (File)
Tue, Apr 7, 1:20 PM
Unknown Object (File)
Sat, Apr 4, 9:40 AM
Unknown Object (File)
Sat, Apr 4, 1:19 AM
Unknown Object (File)
Thu, Apr 2, 5:21 PM
Unknown Object (File)
Tue, Mar 24, 1:54 PM
Unknown Object (File)
Fri, Mar 20, 6:33 AM
Unknown Object (File)
Fri, Mar 20, 5:41 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