Skip to content

Instantly share code, notes, and snippets.

@typeless
Last active December 20, 2022 05:58
Show Gist options
  • Save typeless/4267b30bd46b6fdd4fc6175de37fa9dc to your computer and use it in GitHub Desktop.
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
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