diff options
| author | Lostt <lostt@noreply.codeberg.org> | 2026-05-28 20:22:34 +0200 |
|---|---|---|
| committer | Lostt <lostt@noreply.codeberg.org> | 2026-05-28 20:22:34 +0200 |
| commit | 2185fdeff67fb5826b19355331c319820dfef618 (patch) | |
| tree | 8b8d71da2a5e777baab0a021b3b4b376ace9e963 | |
| parent | 9b25111c82addcdde4f02daa36bed01f6967bd2f (diff) | |
| download | alicelinux-2185fdeff67fb5826b19355331c319820dfef618.tar.gz alicelinux-2185fdeff67fb5826b19355331c319820dfef618.zip | |
tcc doesnt work without libtcc.a
| -rw-r--r-- | repos/community/tcc/abuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repos/community/tcc/abuild b/repos/community/tcc/abuild index 82b57025..c0a4332f 100644 --- a/repos/community/tcc/abuild +++ b/repos/community/tcc/abuild @@ -2,6 +2,7 @@ name=tcc version=0.9.27 release=1 source="https://download.savannah.gnu.org/releases/tinycc/${name}-${version}.tar.bz2" +keep_static=1 build() { ./configure --config-musl --prefix=/usr |