packages: mono/mono.spec - pass V=1 to make (--disable-silent-rules for con...
qboosh
qboosh at pld-linux.org
Sat Aug 14 09:13:58 CEST 2010
Author: qboosh Date: Sat Aug 14 07:13:58 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- pass V=1 to make (--disable-silent-rules for configure doesn't work)
---- Files affected:
packages/mono:
mono.spec (1.261 -> 1.262)
---- Diffs:
================================================================
Index: packages/mono/mono.spec
diff -u packages/mono/mono.spec:1.261 packages/mono/mono.spec:1.262
--- packages/mono/mono.spec:1.261 Fri Aug 6 17:16:16 2010
+++ packages/mono/mono.spec Sat Aug 14 09:13:52 2010
@@ -286,7 +286,9 @@
# in fact the flag should be "-Wl,-z,execheap" for libmint, but:
# -z execheap doesn't seem to do anything currently
# -z execstack for library makes only stack executable, but not heap
+# V=1 because --disable-silent-rules doesn't work
%{__make} -j1 \
+ V=1 \
mint_LDFLAGS="-Wl,-z,execheap -Wl,-z,execstack"
%install
@@ -756,6 +758,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.262 2010/08/14 07:13:52 qboosh
+- pass V=1 to make (--disable-silent-rules for configure doesn't work)
+
Revision 1.261 2010/08/06 15:16:16 pluto
- files updated, release 1.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mono/mono.spec?r1=1.261&r2=1.262&f=u
More information about the pld-cvs-commit
mailing list