diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /f2fs-tools/abuild | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'f2fs-tools/abuild')
| -rw-r--r-- | f2fs-tools/abuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/f2fs-tools/abuild b/f2fs-tools/abuild new file mode 100644 index 00000000..e58fb1c7 --- /dev/null +++ b/f2fs-tools/abuild @@ -0,0 +1,15 @@ +name=f2fs-tools +version=1.16.0 +release=1 +source="https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/${name}.git/snapshot/${name}-${version}.tar.gz + https://gitlab.alpinelinux.org/alpine/aports/-/raw/master/main/f2fs-tools/no-lfs64.patch" +keep_static=1 + +build() { + LDFLAGS="$LDFLAGS -static -all-static" ./autogen.sh && \ + ./configure \ + --prefix="/usr" + make + make install DESTDIR="$PKG" + install -D -m644 mkfs/f2fs_format_utils.h "$PKG/usr/include/f2fs_format_utils.h" +} |