[Armadeus-commitlog] armadeus branch, master, updated. latestrelease-170-gd510c4d
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2009-11-25 09:59:50
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via d510c4d20931dbf2867aff1cba7ec1686c1de6aa (commit)
via a347e046c993fdc4df93b7dca31ba8cc5df22fda (commit)
from 4d73dbf067c315a28fab98e70bc4c88501fcc6d2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d510c4d20931dbf2867aff1cba7ec1686c1de6aa
Merge: a347e046c993fdc4df93b7dca31ba8cc5df22fda 4d73dbf067c315a28fab98e70bc4c88501fcc6d2
Author: Eric Jarrige <jo...@ar...>
Date: Wed Nov 25 01:58:16 2009 -0800
Merge branch 'master' of ssh://jorasse@armadeus.git.sourceforge.net/gitroot/armadeus/armadeus
commit a347e046c993fdc4df93b7dca31ba8cc5df22fda
Author: Eric Jarrige <jo...@ar...>
Date: Tue Nov 24 00:25:09 2009 -0800
[BUILDROOT] install using cp instead of install for zlib libraries
-----------------------------------------------------------------------
Summary of changes:
patches/buildroot/092-zlib.patch | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/092-zlib.patch
diff --git a/patches/buildroot/092-zlib.patch b/patches/buildroot/092-zlib.patch
new file mode 100644
index 0000000..df766cb
--- /dev/null
+++ b/patches/buildroot/092-zlib.patch
@@ -0,0 +1,18 @@
+install using cp instead of install for zlib libraries
+This patch won't be useful anymore after the upgrade to Buildroot 2009.11.
+
+Signed-off-by: Eric Jarrige <Jo...@ar...>
+
+Index: buildroot/package/zlib/zlib.mk
+===================================================================
+--- buildroot/package/zlib/zlib.mk.ori 2008-11-03 00:15:27.000000000 -0800
++++ buildroot/package/zlib/zlib.mk 2009-11-23 16:09:22.908866529 -0800
+@@ -40,7 +40,7 @@ $(STAGING_DIR)/usr/lib/libz.so: $(ZLIB_D
+ $(INSTALL) -D $(ZLIB_DIR)/libz.a $(STAGING_DIR)/usr/lib/libz.a
+ $(INSTALL) -D $(ZLIB_DIR)/zlib.h $(STAGING_DIR)/usr/include/zlib.h
+ $(INSTALL) $(ZLIB_DIR)/zconf.h $(STAGING_DIR)/usr/include/
+- $(INSTALL) $(ZLIB_DIR)/libz.so* $(STAGING_DIR)/usr/lib/
++ cp -dpf $(ZLIB_DIR)/libz.so* $(STAGING_DIR)/usr/lib/
+ touch -c $@
+
+ $(TARGET_DIR)/usr/lib/libz.so: $(STAGING_DIR)/usr/lib/libz.so
hooks/post-receive
--
armadeus
|