[Lunar-commits] r23491 - moonbase/trunk/devel/git
Terry Chan
tchan at lunar-linux.org
Mon Mar 5 04:43:22 CET 2007
Author: tchan
Date: 2007-03-05 04:43:22 +0100 (Mon, 05 Mar 2007)
New Revision: 23491
Modified:
moonbase/trunk/devel/git/BUILD
Log:
Fixing the BUILD script to correctly use lunar optimize settings. The
patch file does NOT correctly substitute runtime CFLAGS. The sedit does the
correct runtime substitution.
Modified: moonbase/trunk/devel/git/BUILD
===================================================================
--- moonbase/trunk/devel/git/BUILD 2007-03-05 00:17:28 UTC (rev 23490)
+++ moonbase/trunk/devel/git/BUILD 2007-03-05 03:43:22 UTC (rev 23491)
@@ -1,6 +1,7 @@
(
patch_it $SOURCE2 0 &&
+ sedit "s/-g -O2/${CFLAGS}/" Makefile &&
make prefix=/usr strip &&
prepare_install &&
make prefix=/usr install &&
More information about the Lunar-commits
mailing list