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 | |
| 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')
| -rw-r--r-- | repos/community/tcc/.files | 4 | ||||
| -rw-r--r-- | repos/community/tcc/abuild | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/repos/community/tcc/.files b/repos/community/tcc/.files index f1c8d19f..b631561f 100644 --- a/repos/community/tcc/.files +++ b/repos/community/tcc/.files @@ -4,6 +4,7 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/libtcc.h drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libtcc.a drwxr-xr-x root/root usr/lib/tcc/ drwxr-xr-x root/root usr/lib/tcc/include/ -rw-r--r-- root/root usr/lib/tcc/include/float.h @@ -12,7 +13,8 @@ drwxr-xr-x root/root usr/lib/tcc/include/ -rw-r--r-- root/root usr/lib/tcc/include/stddef.h -rw-r--r-- root/root usr/lib/tcc/include/tcclib.h -rw-r--r-- root/root usr/lib/tcc/include/varargs.h +-rw-r--r-- root/root usr/lib/tcc/libtcc1.a drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/tcc.1.gz
\ No newline at end of file +-rw-r--r-- root/root usr/share/man/man1/tcc.1.gz 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 |