swm_version: 1 base: distro_version: dev pins: {} mutations: - type: source_patch tarball: https://github.com/madler/zlib/releases/download/v1.3.1/zlib-1.3.1.tar.gz sha256: 9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23 build: compiler: zig-cc target: x86_64-linux-musl link: static flags: [] phases: configure: CFLAGS='-fPIC -O2 -fno-sanitize=undefined' ./configure --prefix=/usr --static compile: make -j"$(nproc)" install: make install DESTDIR=/out target_bin: /usr/bin/zlib expected_hash: b3:dc363f261a71239412f6090e50e8abc0c7f6e544ccefa48c5ee5f47d26e84ef3 deps: build: - make - binutils runtime: []