mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 06:56:16 +02:00
fix e2fsprogs on avr32
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7963 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
28fa7329ea
commit
bad3124dc6
@ -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)" \
|
||||
|
Loading…
Reference in New Issue
Block a user