Skip to content

e2fsprogs: static build #1464

Merged
merged 1 commit into from
Nov 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions e2fsprogs.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION e2fsprogs-1.45.4-0
# BEE_VERSION e2fsprogs-1.45.4-1

## The source URL(s) array
SRCURL[0]="https://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-${PKGVERSION}.tar.gz"
Expand Down Expand Up @@ -28,17 +28,18 @@ SRCURL[0]="https://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-${PKGVERSION}
mee_configure() {
# blkid, uuid, fsck are used from util-linux.
bee_configure \
--enable-verbose-makecmds \
--with-root-prefix= \
--enable-elf-shlibs \
--disable-libblkid \
--disable-libuuid \
--disable-uuidd \
--disable-fsck
--disable-fsck \
--disable-nls
}

mee_build() {
bee_build
start_cmd make check
# start_cmd make check
}

#mee_install() {
Expand Down