diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-13 12:20:17 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-13 12:20:17 +0000 |
commit | 047c0b8d28d013dfa3520d9c98a0957ac4685b6a (patch) | |
tree | ed2f787dc03ef38b0530c59e674906600590253d /package/e2fsprogs/Makefile | |
parent | b15e49f2fa7502b7767c6b07c1ae9791c97c4c80 (diff) | |
download | mtk-20170518-047c0b8d28d013dfa3520d9c98a0957ac4685b6a.zip mtk-20170518-047c0b8d28d013dfa3520d9c98a0957ac4685b6a.tar.gz mtk-20170518-047c0b8d28d013dfa3520d9c98a0957ac4685b6a.tar.bz2 |
package/e2fsprogs: disable building of internal lib{blkid,uuid}
Also remove an empty patch.
SVN-Revision: 31702
Diffstat (limited to 'package/e2fsprogs/Makefile')
-rw-r--r-- | package/e2fsprogs/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile index 6b281c0..e58d26a 100644 --- a/package/e2fsprogs/Makefile +++ b/package/e2fsprogs/Makefile @@ -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 |