]> git.pld-linux.org Git - packages/mono.git/commitdiff
- build libgc with -DUSE_LIBC_PRIVATE_SYMBOLS to use __libc_stack_end auto/ac/mono-1_1_8_3-5
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 6 Sep 2005 09:34:21 +0000 (09:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (needed for distro 2.4.x kernels which hide memory layout from /proc)
- release 5

Changed files:
    mono.spec -> 1.145

mono.spec

index 2073431cab798cc360ff6b3ecaf5354fb50b08ee..395c1150e69c5e96061bca6c9255fe31f86ae34e 100644 (file)
--- a/mono.spec
+++ b/mono.spec
@@ -16,7 +16,7 @@ Summary:      Common Language Infrastructure implementation
 Summary(pl):   Implementacja Common Language Infrastructure
 Name:          mono
 Version:       1.1.8.3
-Release:       4
+Release:       5
 License:       GPL/LGPL/MIT
 Group:         Development/Languages
 #Source0Download: http://www.mono-project.com/Downloads
@@ -212,6 +212,7 @@ cd libgc
 %{__automake}
 cd ..
 
+CPPFLAGS="-DUSE_LIBC_PRIVATE_SYMBOLS"
 %configure \
        %{!?with_static_libs:--disable-static} \
        --enable-fast-install \
This page took 0.117191 seconds and 4 git commands to generate.