Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static amalgamated build of lighttpd #9

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ahomescu
Copy link

@ahomescu ahomescu commented Jun 8, 2024

Extend the amalgamated script to build lighttpd statically with all modules included.

@ahomescu ahomescu requested review from kkysen and fw-immunant June 8, 2024 02:59
Comment on lines +8 to +9
make -C src parsers versionstamp
bear -- make -C src lighttpd
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
make -C src parsers versionstamp
bear -- make -C src lighttpd
make -C ./src parsers versionstamp
bear -- make -C ./src lighttpd

Reads a bit clearer I think since it differentiates the arguments.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need a make clean like before or no?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants