Skip to content

Commit

Permalink
Merge pull request #1464 from mariux64/fix-e2fsprogs-14511
Browse files Browse the repository at this point in the history
e2fsprogs: static build
  • Loading branch information
wwwutz authored Nov 11, 2019
2 parents baf8f4e + f0eb2fc commit 931a108
Showing 1 changed file with 5 additions and 4 deletions.
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

0 comments on commit 931a108

Please sign in to comment.