Browse Source

fix e2fsprogs on avr32

SVN-Revision: 7963
Imre Kaloz 18 years ago
parent
commit
b69b88f4d2
1 changed files with 5 additions and 0 deletions
  1. 5 0
      package/e2fsprogs/Makefile

+ 5 - 0
package/e2fsprogs/Makefile

@@ -69,6 +69,11 @@ CONFIGURE_ARGS += \
 	--enable-elf-shlibs \
 	--enable-dynamic-e2fsck
 
+define Build/Prepare
+	$(call Build/Prepare/Default)
+	$(CP) $(SCRIPT_DIR)/config.{guess,sub} $(PKG_BUILD_DIR)/config/
+endef
+
 define Build/Compile
 	$(MAKE) -C $(PKG_BUILD_DIR)/util \
 		BUILDCC="$(HOSTCC)" \