Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
e2fsprogs: add util-linux dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
konimex committed Jul 7, 2019
1 parent aa13dd1 commit 8cc4cc1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
16 changes: 3 additions & 13 deletions core/e2fsprogs/build
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
#!/bin/sh -e

export CFLAGS="$CFLAGS -static"

# Build using private libuuid and libblkid libraries as
# KISS uses util-linux from busybox.
./configure \
--prefix=/usr \
--enable-symlink-install \
--enable-libuuid \
--enable-libblkid \
--disable-uuidd \
--disable-libuuid \
--disable-libblkid \
--disable-elf-shlibs \
--disable-fsck \
--disable-nls
Expand All @@ -17,12 +14,5 @@ export CFLAGS="$CFLAGS -static"
make
make MKDIR_P="install -d" DESTDIR="$1" install install-libs

# Make static libraries writable (for strip).
chmod -v u+w "$1/usr/lib/libcom_err.a" \
"$1/usr/lib/libe2p.a" \
"$1/usr/lib/libext2fs.a" \
"$1/usr/lib/libss.a" \
"$1/usr/lib/libblkid.a"

# Remove all info files.
rm -rf "$1/usr/share/info"
1 change: 1 addition & 0 deletions core/e2fsprogs/depends
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
linux-headers make
pkgconf make
util-linux
2 changes: 1 addition & 1 deletion core/e2fsprogs/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.45.2 1
1.45.2 2

0 comments on commit 8cc4cc1

Please sign in to comment.