- Jan 03, 2025
-
-
So far we only implement: - version_validate - version_compare - version_match fixes: #11062
-
- Dec 17, 2024
-
-
Allows disabling tests when not desired. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Nov 06, 2024
-
-
Timo Teräs authored
- allow meson configuration to directly override the build arch - move the default arch determination to separate header
-
- Aug 20, 2024
-
-
alice authored
now users that want a static apk should do something like LDFLAGS="-static" meson setup build . -Ddefault_library=static -Dprefer_static=true
-
- May 14, 2024
-
-
Jonas Jelonek authored
backend is selected at compile-time with crypto_backend option (for meson) or CRYPTO (for legacy Makefile) Co-developed-by:
Christian Marangi <ansuelsmth@gmail.com> Signed-off-by:
Christian Marangi <ansuelsmth@gmail.com> Signed-off-by:
Jonas Jelonek <jelonek.jonas@gmail.com>
-
- May 10, 2024
-
-
Timo Teräs authored
-
- Mar 27, 2024
-
-
Timo Teräs authored
This allows apk to create a db-uvol symlink on any write operation if uvol is active, and the database does not exist yet. This allows relocation of the uvol-db to an alternative directory, but still support generic apk builds to find the uvol database using the symlink.
-
- Mar 21, 2024
-
-
Timo Teräs authored
-
- Mar 16, 2024
-
-
Timo Teräs authored
make ZSTD=no or meson -Dzstd=False fixes #10979
-
- Mar 30, 2022
-
-
-
this is intended to allow for distributions to have alternate streams, such as glibc-x86_64 or darwin-aarch64
-
- Jan 13, 2022
-
-
- Oct 09, 2020
-
-
Timo Teräs authored
-
-
-
-