Skip to content

Commit

Permalink
e2fsprogs: static build
Browse files Browse the repository at this point in the history
- fix build as user by going static
`bee_install(): /sbin/ldconfig: Can't create temporary cache file /etc/ld.so.cache~: Permission denied`
- enable single language
- enable verbose make
- speed up build
  • Loading branch information
wwwutz committed Nov 8, 2019
1 parent 087a6a0 commit f0eb2fc
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 f0eb2fc

Please sign in to comment.