]> git.pld-linux.org Git - packages/mono.git/commitdiff
- pass V=1 to make (--disable-silent-rules for configure doesn't work)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 14 Aug 2010 07:13:52 +0000 (07:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mono.spec -> 1.262

mono.spec

index 521beeea34254990a8a56b6a879cba4fadc3b77f..f538b9db3a92271201da60fbc3d7e1b6e81c9472 100644 (file)
--- 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
This page took 0.080636 seconds and 4 git commands to generate.