Last active
December 20, 2022 05:58
-
-
Save typeless/4267b30bd46b6fdd4fc6175de37fa9dc to your computer and use it in GitHub Desktop.
Build Gitea with statically linked Musl libc, suitable for running on a NAS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CC=musl-gcc LDFLAGS='--linkmode external --extldflags "-static"' TAGS='bindata sqlite sqlite_unlock_notify' make build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment