aboutsummaryrefslogtreecommitdiffstats
path: root/package/e2fsprogs/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-13 12:20:17 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-13 12:20:17 +0000
commitea83f75b323058458b49fbf808b5aa529acde81b (patch)
tree9f8874105aef565c11cc9c3a217ed58c9dcd9036 /package/e2fsprogs/Makefile
parent81cac38a8e043d866bdb8a72875b6cee3babfb74 (diff)
downloadupstream-ea83f75b323058458b49fbf808b5aa529acde81b.tar.gz
upstream-ea83f75b323058458b49fbf808b5aa529acde81b.tar.bz2
upstream-ea83f75b323058458b49fbf808b5aa529acde81b.zip
package/e2fsprogs: disable building of internal lib{blkid,uuid}
Also remove an empty patch. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31702 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/e2fsprogs/Makefile')
-rw-r--r--package/e2fsprogs/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile
index 6b281c0f59..e58d26adef 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