Browse Source

disable defrag program, fails to compile on avr32 and is not packaged

Waldemar Brodkorb 11 years ago
parent
commit
3926b32b7f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/e2fsprogs/Makefile

+ 2 - 1
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