projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd9aacb
)
fix e2fsprogs on avr32
author
Imre Kaloz
<kaloz@openwrt.org>
Fri, 13 Jul 2007 10:42:20 +0000
(10:42 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Fri, 13 Jul 2007 10:42:20 +0000
(10:42 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7963
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/e2fsprogs/Makefile
patch
|
blob
|
history
diff --git
a/package/e2fsprogs/Makefile
b/package/e2fsprogs/Makefile
index
1d56bac
..
633b555
100644
(file)
--- a/
package/e2fsprogs/Makefile
+++ b/
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)" \