[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-473-g744a772
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2012-08-07 20:29:50
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 744a772d24d0a7fa2ed97acd1014d4e86910ed02 (commit)
from c1cd516221ef138e1cc661657ea3eb2b761aea80 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 744a772d24d0a7fa2ed97acd1014d4e86910ed02
Author: Julien Boibessot <jul...@ar...>
Date: Tue Aug 7 22:29:15 2012 +0200
[BUILDROOT] e4defrag is not building on 64bits Host so only build it if explicitly asked (e2fsprgs package)
-----------------------------------------------------------------------
Summary of changes:
...ild_of_e4defrag_unless_explicitly_enabled.patch | 35 ++++++++++++++++++++
1 files changed, 35 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2012.02/190-e2fsprogs-disable_build_of_e4defrag_unless_explicitly_enabled.patch
diff --git a/patches/buildroot/2012.02/190-e2fsprogs-disable_build_of_e4defrag_unless_explicitly_enabled.patch b/patches/buildroot/2012.02/190-e2fsprogs-disable_build_of_e4defrag_unless_explicitly_enabled.patch
new file mode 100644
index 0000000..2cd0e40
--- /dev/null
+++ b/patches/buildroot/2012.02/190-e2fsprogs-disable_build_of_e4defrag_unless_explicitly_enabled.patch
@@ -0,0 +1,35 @@
+From e8255618956eb8e4ed259d98aa3865510288b182 Mon Sep 17 00:00:00 2001
+From: Sven Neumann <s.n...@ra...>
+Date: Tue, 28 Feb 2012 11:22:33 +0000
+Subject: e2fsprogs: disable build of e4defrag unless explicitly enabled
+
+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.n...@ra...>
+Signed-off-by: Peter Korsgaard <ja...@su...>
+---
+(limited to 'package/e2fsprogs')
+
+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 \
+--
+cgit v0.9.0.1-2-gef13
hooks/post-receive
--
armadeus
|