]> git.pld-linux.org Git - packages/mono.git/commitdiff
- pass --enable-fast-install to configure
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 18 Jun 2005 22:42:00 +0000 (22:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (disabling it by default in configure.in breaks monodis+monograph install
  with DESTDIR and no/older mono installed in system)

Changed files:
    mono.spec -> 1.124

mono.spec

index 5e96540f6a2cde0ee16a1cf4b499b532e21570ac..546badb4e75571585ffeedae408e04ab74203021 100644 (file)
--- a/mono.spec
+++ b/mono.spec
@@ -184,6 +184,7 @@ cd libgc
 cd ..
 
 %configure \
+       --enable-fast-install \
        %{?with_nptl:--with-tls=__thread} \
        %{!?with_nptl:--with-tls=pthread} \
        --with-preview=yes \
This page took 0.033485 seconds and 4 git commands to generate.