[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (60502fc91addaa2a10fd41791ba4540177a8b616)
Jaka Kranjc
scm at mail.sourcemage.org
Sat Oct 21 17:18:25 EDT 2006
GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:
archive/zip/BUILD | 2 +-
archive/zip/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
New commits:
commit bd067a5a2c9b37efdf775beedb8e7b5461bdcdbf
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
zip: fix #10554
diff --git a/archive/zip/BUILD b/archive/zip/BUILD
index 06417ff..80b2652 100755
--- a/archive/zip/BUILD
+++ b/archive/zip/BUILD
@@ -1,5 +1,5 @@
cp unix/Makefile . &&
-sedit "s/-O2/$CFLAGS/" Makefile &&
+sedit "s/CFLAGS = -O2/CFLAGS := \$(CFLAGS)/" Makefile &&
sedit "s:/usr/local:/usr:" Makefile &&
sedit "s:/man/:/share/man/:" Makefile &&
diff --git a/archive/zip/HISTORY b/archive/zip/HISTORY
index e98a270..410147a 100644
--- a/archive/zip/HISTORY
+++ b/archive/zip/HISTORY
@@ -1,3 +1,6 @@
+2006-10-21 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
+ * BUILD: use a better CFLAGS sedit #10554
+
2006-07-14 Ladislav Hagara <hgr at vabo.cz>
* DETAILS: 2.32
* BUILD: removed sedit
More information about the SM-Commit
mailing list