diff options
-rw-r--r-- | sub/e2fsprogs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/e2fsprogs/Makefile b/sub/e2fsprogs/Makefile index df190c9..f42b12d 100644 --- a/sub/e2fsprogs/Makefile +++ b/sub/e2fsprogs/Makefile @@ -5,7 +5,7 @@ E2FSPROGS_URLDIR := https://kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v E2FSPROGS_TAREXT := tar.xz E2FSPROGS_TARLETTER := J -E2FSPROGS_CONFIGURE_OPTIONS := --with-gnu-ld --disable-gtk-doc-html --with-xz --disable-manpages --enable-largefile --with-bashcompletiondir=$(OUTPUT)/build-build/opt/$(E2FSPROGS_NAME)-$(E2FSPROGS_VERSION)/bash-completions +E2FSPROGS_CONFIGURE_OPTIONS := --with-gnu-ld --without-libiconv-prefix --disable-gtk-doc-html --with-xz --disable-manpages --enable-largefile --with-udev-rules-dir=no --with-crond-dir=no --with-systemd-unit-dir=no E2FSPROGS_CFLAGS := E2FSPROGS_LDFLAGS := -s -static E2FSPROGS_LIBS := -llzma |