]> git.pld-linux.org Git - packages/mono.git/commitdiff
- update for 2.6.1
authorvip <vip@pld-linux.org>
Tue, 23 Feb 2010 23:40:44 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mono-metadata-makefile.patch -> 1.2

mono-metadata-makefile.patch

index 2aaecfe4242008146bf9c7a254b80ab11187e5a7..8265b326cf0b65bbc757eea32d228de3db3a3d9c 100644 (file)
@@ -1,15 +1,15 @@
 --- mono-2.4/mono/metadata/Makefile.am~        2009-02-14 00:33:05.000000000 +0100
 +++ mono-2.4/mono/metadata/Makefile.am 2009-05-23 14:32:22.283042882 +0200
-@@ -14,7 +14,7 @@
- # optimisation is required to actually inline them
+@@ -20,7 +20,7 @@
  AM_CFLAGS = -O
  else
 -assembliesdir = $(exec_prefix)/lib
 +assembliesdir = $(libdir)
  confdir = $(sysconfdir)
- endif
-@@ -26,7 +26,7 @@
+ unix_sources = \
+       console-unix.c
+@@ -36,7 +36,7 @@
  #
  noinst_LTLIBRARIES = libmonoruntime.la libmonoruntime-static.la
  
  #
  # Make sure any prefix changes are updated in the binaries too.
 @@ -171,7 +171,6 @@
      object.h        \
-       exception.h     \
-       profiler.h      \
--      appdomain.h     \
-       mono-config.h   \
-       debug-helpers.h \
-       mempool.h
libmonoruntimeinclude_HEADERS = \
+       assembly.h              \
+       attrdefs.h              \
+-      appdomain.h             \
+       blob.h                  \
+       class.h                 \
+       debug-helpers.h         \
This page took 0.056812 seconds and 4 git commands to generate.