[Pkg-haskell-commits] darcs: ghc: Handle linker scripts for which dlopen returns "file too short" and/or which contain INPUT statements (for example libncurses.so) (Closes: #644591)

Iain Lane laney at debian.org
Tue Oct 18 19:23:08 UTC 2011


Tue Oct 18 16:07:39 UTC 2011  Iain Lane <laney at debian.org>
  * Handle linker scripts for which dlopen returns "file too short" and/or which contain INPUT statements (for example libncurses.so) (Closes: #644591)
  Ignore-this: b63cd7ad02d51a5de2d9bdd808057feb

    M ./changelog -1 +7
    M ./patches/series +1

Tue Oct 18 16:07:39 UTC 2011  Iain Lane <laney at debian.org>
  * Handle linker scripts for which dlopen returns "file too short" and/or which contain INPUT statements (for example libncurses.so) (Closes: #644591)
  Ignore-this: b63cd7ad02d51a5de2d9bdd808057feb
diff -rN -u old-ghc//changelog new-ghc//changelog
--- old-ghc//changelog	2011-10-18 19:23:08.210671508 +0000
+++ new-ghc//changelog	2011-10-18 19:23:08.314670896 +0000
@@ -1,9 +1,15 @@
 ghc (7.0.4-7) UNRELEASED; urgency=low
 
+  [ Joachim Breitner ]
   * patches/configure-s390x: Add s390x to the list of known architectures.
   * add armhf in debian/rules (Patch by Riku Voipio, Closes: #640811)
 
- -- Joachim Breitner <nomeata at debian.org>  Mon, 05 Sep 2011 14:09:44 +0200
+  [ Iain Lane ]
+  * Handle linker scripts for which dlopen returns "file too short" and/or
+    which contain INPUT statements (for example libncurses.so) (Closes:
+    #644591)
+
+ -- Iain Lane <laney at debian.org>  Tue, 18 Oct 2011 17:05:19 +0100
 
 ghc (7.0.4-6) unstable; urgency=low
 
diff -rN -u old-ghc//patches/series new-ghc//patches/series
--- old-ghc//patches/series	2011-10-18 19:23:08.206670432 +0000
+++ new-ghc//patches/series	2011-10-18 19:23:08.262670459 +0000
@@ -10,3 +10,4 @@
 autoconf
 haddock-expose-interface-version
 hash-version-number
+improve_linker_script_handling





More information about the Pkg-haskell-commits mailing list