projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add acx-mac80211 (thanks to Matteo Croce)
[openwrt.git]
/
tools
/
ext2fs
/
Makefile
diff --git
a/tools/ext2fs/Makefile
b/tools/ext2fs/Makefile
index
dd60a7e
..
69700ed
100644
(file)
--- a/
tools/ext2fs/Makefile
+++ b/
tools/ext2fs/Makefile
@@
-16,8
+16,6
@@
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
PKG_MD5SUM:=664431bf6737df1c265500e1f0b5d40c
PKG_CAT:=zcat
PKG_MD5SUM:=664431bf6737df1c265500e1f0b5d40c
PKG_CAT:=zcat
-PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-
include $(INCLUDE_DIR)/host-build.mk
define Build/Configure
include $(INCLUDE_DIR)/host-build.mk
define Build/Configure
@@
-42,16
+40,17
@@
define Build/Configure
endef
define Build/Compile
endef
define Build/Compile
- $(MAKE) -C $(PKG_BUILD_DIR) all
+ $(MAKE) -C $(PKG_BUILD_DIR) \
+ CFLAGS="$(HOST_CFLAGS) -include getline.h" \
+ all
endef
define Build/Install
endef
define Build/Install
- mkdir -p $(STAGING_DIR)/bin
- install -m0755 $(PKG_BUILD_DIR)/genext2fs $(STAGING_DIR)/bin/
+ install -m0755 $(PKG_BUILD_DIR)/genext2fs $(STAGING_DIR_HOST)/bin/
endef
define Build/Clean
endef
define Build/Clean
- rm -f $(STAGING_DIR)/bin/genext2fs
+ rm -f $(STAGING_DIR
_HOST
)/bin/genext2fs
endef
$(eval $(call HostBuild))
endef
$(eval $(call HostBuild))
This page took
0.028691 seconds
and
4
git commands to generate.