diff options
| author | emmett1 <me@emmett1.my> | 2026-05-29 15:29:02 +0200 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-05-29 15:29:02 +0200 |
| commit | c71caf8c6cf11693f6e24d816c2be6a8ea1f2fbe (patch) | |
| tree | a231fd04d8a0818fd1f50d06bf53e4cc2474e67e /repos/community/tcc/abuild | |
| parent | 869bd1cc5ba01bc0d7c24c74cf4d15d396891d9e (diff) | |
| parent | 61ee8081cb812b7d304a2041603dda1567390996 (diff) | |
| download | alicelinux-c71caf8c6cf11693f6e24d816c2be6a8ea1f2fbe.tar.gz alicelinux-c71caf8c6cf11693f6e24d816c2be6a8ea1f2fbe.zip | |
Merge pull request 'new ports and fixed duplicate in install.md' (#55) from Lostt/alicelinux:main into main
Reviewed-on: https://codeberg.org/emmett1/alicelinux/pulls/55
Diffstat (limited to 'repos/community/tcc/abuild')
| -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 |