From 9c3fdc8606fb069f2383d3001d957df784642057 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 14 Aug 2010 07:13:52 +0000 Subject: [PATCH] - pass V=1 to make (--disable-silent-rules for configure doesn't work) Changed files: mono.spec -> 1.262 --- mono.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mono.spec b/mono.spec index 521beee..f538b9d 100644 --- a/mono.spec +++ b/mono.spec @@ -285,7 +285,9 @@ CPPFLAGS="-DUSE_LIBC_PRIVATE_SYMBOLS -DUSE_COMPILER_TLS" # 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 -- 2.44.0