summaryrefslogtreecommitdiff
path: root/package/e2fsprogs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-09 08:18:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-09 08:18:17 +0200
commit3926b32b7fc18284d2c8c573f729b9aa122221eb (patch)
treea53f51aa5ec2c6521133fa250c277a579ae892f8 /package/e2fsprogs
parent637d028d9ff0617eb190c7a13b8e3af79fc74544 (diff)
disable defrag program, fails to compile on avr32 and is not packaged
Diffstat (limited to 'package/e2fsprogs')
-rw-r--r--package/e2fsprogs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile
index bc12b4e13..80dad73aa 100644
--- a/package/e2fsprogs/Makefile
+++ b/package/e2fsprogs/Makefile
@@ -58,7 +58,8 @@ $(eval $(call PKG_template,MKE2FS,mke2fs,${PKG_VERSION}-${PKG_RELEASE},$(PKGSS_M
$(eval $(call PKG_template,E2FSCK,e2fsck,${PKG_VERSION}-${PKG_RELEASE},$(PKGSS_E2FSCK),${PKGSD_E2FSCK},${PKGSC_E2FSCK}))
CONFIGURE_ARGS+= --enable-elf-shlibs --disable-rpath \
- --disable-libuuid --disable-libblkid
+ --disable-libuuid --disable-libblkid \
+ --disable-defrag
INSTALL_TARGET+= install-libs
TARGET_LDFLAGS+= -lpthread
TARGET_CFLAGS+= $(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/include