From: Sven Neumann <s.neumann@raumfeld.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] e2fsprogs: disable build of e4defrag unless explicitly enabled
Date: Tue, 28 Feb 2012 12:22:33 +0100 [thread overview]
Message-ID: <1330428153-2484-1-git-send-email-s.neumann@raumfeld.com> (raw)
In-Reply-To: <1330427777.2274.27.camel@sven>
The e2fsprogs configure script enables the build of the e4defrag
utility by default. Disable it unless BR2_PACKAGE_E2FSPROGS_E4DEFRAG
is selected.
Also the --disable-blkid option is not recognized by the configure
script. Use --disable-libblkid instead.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
---
package/e2fsprogs/e2fsprogs.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/package/e2fsprogs/e2fsprogs.mk b/package/e2fsprogs/e2fsprogs.mk
index 912deab..f3d44f6 100644
--- a/package/e2fsprogs/e2fsprogs.mk
+++ b/package/e2fsprogs/e2fsprogs.mk
@@ -12,9 +12,10 @@ E2FSPROGS_CONF_OPT = \
--enable-elf-shlibs \
$(if $(BR2_PACKAGE_E2FSPROGS_DEBUGFS),,--disable-debugfs) \
$(if $(BR2_PACKAGE_E2FSPROGS_E2IMAGE),,--disable-imager) \
+ $(if $(BR2_PACKAGE_E2FSPROGS_E4DEFRAG),,--disable-defrag) \
$(if $(BR2_PACKAGE_E2FSPROGS_RESIZE2FS),,--disable-resizer) \
--disable-uuidd \
- --disable-blkid \
+ --disable-libblkid \
--disable-libuuid \
--enable-fsck \
--disable-e2initrd-helper \
--
1.7.5.4
next prev parent reply other threads:[~2012-02-28 11:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-28 11:16 [Buildroot] build of e2fsprogs fails (2012.02-rc3) Sven Neumann
2012-02-28 11:22 ` Sven Neumann [this message]
2012-02-28 19:53 ` [Buildroot] [PATCH] e2fsprogs: disable build of e4defrag unless explicitly enabled Peter Korsgaard
2012-02-28 12:11 ` [Buildroot] build of e2fsprogs fails (2012.02-rc3) Gustavo Zacarias
2012-02-28 12:38 ` Sven Neumann
2012-02-28 12:49 ` Gustavo Zacarias
2012-02-28 12:54 ` Sven Neumann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1330428153-2484-1-git-send-email-s.neumann@raumfeld.com \
--to=s.neumann@raumfeld.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.