package/e2fsprogs: disable building of internal lib{blkid,uuid}
[openwrt/openwrt.git] / package / e2fsprogs / Makefile
index 6b281c0f59b8b61c8a4d556967b50edb4b2b36b9..e58d26adef6c14cac3ac2d188284ba55d65c7a88 100644 (file)
@@ -34,8 +34,8 @@ $(call Package/e2fsprogs/Default)
 endef
 
 define Package/e2fsprogs/description
- This package contains essential ext2 filesystem utilities which consists of 
- e2fsck, mke2fs, debugfs, dumpe2fs, tune2fs, and most of the other core ext2 
+ This package contains essential ext2 filesystem utilities which consists of
+ e2fsck, mke2fs, debugfs, dumpe2fs, tune2fs, and most of the other core ext2
  filesystem utilities.
 endef
 
@@ -83,6 +83,9 @@ TARGET_CFLAGS += $(FPIC)
 
 CONFIGURE_ARGS += \
        --enable-elf-shlibs     \
+       --disable-libuuid       \
+       --disable-libblkid      \
+       --disable-uuidd         \
        --disable-tls           \
        --disable-nls           \
        --disable-rpath