[Pkg-haskell-commits] darcs: haskell-vty: Do not pass -fPIC, as per http://ghc.haskell.org/trac/ghc/ticket/9657#comment:7

Joachim Breitner mail at joachim-breitner.de
Tue Oct 7 19:59:05 UTC 2014


Tue Oct  7 18:40:20 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Do not pass -fPIC, as per http://ghc.haskell.org/trac/ghc/ticket/9657#comment:7 

    M ./changelog +7
    A ./patches/
    A ./patches/no-fpic
    A ./patches/series

Tue Oct  7 18:40:20 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Do not pass -fPIC, as per http://ghc.haskell.org/trac/ghc/ticket/9657#comment:7 
diff -rN -u old-haskell-vty/changelog new-haskell-vty/changelog
--- old-haskell-vty/changelog	2014-10-07 19:59:05.727668722 +0000
+++ new-haskell-vty/changelog	2014-10-07 19:59:05.735668724 +0000
@@ -1,3 +1,10 @@
+haskell-vty (5.2.3-2) UNRELEASED; urgency=medium
+
+  * Do not pass -fPIC, as per
+    http://ghc.haskell.org/trac/ghc/ticket/9657#comment:7 
+
+ -- Joachim Breitner <nomeata at debian.org>  Tue, 07 Oct 2014 20:40:02 +0200
+
 haskell-vty (5.2.3-1) unstable; urgency=medium
 
   * New upstream release
diff -rN -u old-haskell-vty/patches/no-fpic new-haskell-vty/patches/no-fpic
--- old-haskell-vty/patches/no-fpic	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-vty/patches/no-fpic	2014-10-07 19:59:05.731668723 +0000
@@ -0,0 +1,13 @@
+Index: vty-5.2.3/vty.cabal
+===================================================================
+--- vty-5.2.3.orig/vty.cabal	2014-10-07 20:39:19.524183185 +0200
++++ vty-5.2.3/vty.cabal	2014-10-07 20:39:55.380181862 +0200
+@@ -114,7 +114,7 @@
+ 
+   ghc-prof-options:    -O2 -funbox-strict-fields -threaded -caf-all -Wall -fspec-constr -fspec-constr-count=10
+ 
+-  cc-options:          -O2 -fpic
++  cc-options:          -O2
+ 
+ executable vty-demo
+   main-is:             Demo.hs
diff -rN -u old-haskell-vty/patches/series new-haskell-vty/patches/series
--- old-haskell-vty/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-vty/patches/series	2014-10-07 19:59:05.735668724 +0000
@@ -0,0 +1 @@
+no-fpic




More information about the Pkg-haskell-commits mailing list