[Buildroot] [git commit] e2fsprogs: group disable and enable together

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Sep 7 11:16:44 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=9613674df42eb8f124fd38dde6f80409a295a667
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

As reported by Yann E. Morin, it is more readable when all disable
options are grouped together, and all enable options are grouped
together. Fix this in e2fsprogs.mk.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/e2fsprogs/e2fsprogs.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/e2fsprogs/e2fsprogs.mk b/package/e2fsprogs/e2fsprogs.mk
index 65f9774afb..fecef118ac 100644
--- a/package/e2fsprogs/e2fsprogs.mk
+++ b/package/e2fsprogs/e2fsprogs.mk
@@ -26,8 +26,8 @@ HOST_E2FSPROGS_CONF_OPTS = \
 	--disable-fuse2fs \
 	--disable-libblkid \
 	--disable-libuuid \
-	--enable-symlink-install \
 	--disable-testio-debug \
+	--enable-symlink-install \
 	--enable-elf-shlibs
 
 # Set the binary directories to "/bin" and "/sbin", as busybox does,


More information about the buildroot mailing list