projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: update ssb and bcma to linux-next next-20110627
[openwrt.git]
/
tools
/
e2fsprogs
/
Makefile
diff --git
a/tools/e2fsprogs/Makefile
b/tools/e2fsprogs/Makefile
index
e13160b
..
0bfcfb4
100644
(file)
--- a/
tools/e2fsprogs/Makefile
+++ b/
tools/e2fsprogs/Makefile
@@
-8,8
+8,8
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=e2fsprogs
include $(TOPDIR)/rules.mk
PKG_NAME:=e2fsprogs
-PKG_VERSION:=1.41.1
0
-PKG_MD5SUM:=
f9c7bb5c036a119453ce02fa871038da
+PKG_VERSION:=1.41.1
3
+PKG_MD5SUM:=
7508a192c7a9471e2128424f4eafac1c
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@
-29,6
+29,10
@@
CONFIGURE_ARGS += \
define Host/Install
$(Host/Install/Default)
define Host/Install
$(Host/Install/Default)
+ $(MAKE) -C $(HOST_BUILD_DIR)/lib/uuid install
+ mkdir -p $(STAGING_DIR_HOST)/include/e2fsprogs
+ $(CP) $(STAGING_DIR_HOST)/include/uuid $(STAGING_DIR_HOST)/include/e2fsprogs/
+ rm -rf $(STAGING_DIR_HOST)/include/uuid
$(INSTALL_DATA) $(HOST_BUILD_DIR)/lib/uuid/libuuid.a $(STAGING_DIR_HOST)/lib/
endef
$(INSTALL_DATA) $(HOST_BUILD_DIR)/lib/uuid/libuuid.a $(STAGING_DIR_HOST)/lib/
endef
This page took
0.024177 seconds
and
4
git commands to generate.