e2fsprogs: group disable and enable together
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 22 Aug 2018 11:34:37 +0000 (13:34 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 22 Aug 2018 11:34:37 +0000 (13:34 +0200)
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@bootlin.com>
package/e2fsprogs/e2fsprogs.mk

index 65f9774afb1d10f94e1d21cca105e2b286096381..fecef118ac44b553185cc9a9b9bdbe84d341727b 100644 (file)
@@ -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,