[Pkg-haskell-commits] darcs: haskell-sendfile: LFS workaround.

Clint Adams clint at debian.org
Sun Mar 18 21:54:38 UTC 2012


Sun Mar 18 21:54:21 UTC 2012  Clint Adams <clint at debian.org>
  * LFS workaround.
  Ignore-this: a8059a49c1eed8bb6f20866597689b0a

    M ./changelog +7
    M ./rules +5

Sun Mar 18 21:54:21 UTC 2012  Clint Adams <clint at debian.org>
  * LFS workaround.
  Ignore-this: a8059a49c1eed8bb6f20866597689b0a
diff -rN -u old-haskell-sendfile//changelog new-haskell-sendfile//changelog
--- old-haskell-sendfile//changelog	2012-03-18 21:54:37.639248003 +0000
+++ new-haskell-sendfile//changelog	2012-03-18 21:54:37.643251137 +0000
@@ -1,3 +1,10 @@
+haskell-sendfile (0.7.4-2) unstable; urgency=low
+
+  * Copy rules file from haskell-bindings-gpgme to cope with
+    LFS issues.  closes: #662835.
+
+ -- Clint Adams <clint at debian.org>  Fri, 16 Mar 2012 09:58:06 -0400
+
 haskell-sendfile (0.7.4-1) unstable; urgency=low
 
   * New upstream version.
diff -rN -u old-haskell-sendfile//rules new-haskell-sendfile//rules
--- old-haskell-sendfile//rules	2012-03-18 21:54:37.635250801 +0000
+++ new-haskell-sendfile//rules	2012-03-18 21:54:37.647251717 +0000
@@ -1,4 +1,9 @@
 #!/usr/bin/make -f
 
+LFS_CFLAGS := $(shell getconf LFS_CFLAGS)
+GHC_LFSFLAGS := $(LFS_CFLAGS) $(patsubst %,-optc %,$(LFS_CFLAGS))
+
+DEB_SETUP_GHC_CONFIGURE_ARGS = --hsc2hs-options="$(LFS_CFLAGS)" --gcc-options="$(LFS_CFLAGS)" --ghc-options="$(GHC_LFSFLAGS)"
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk





More information about the Pkg-haskell-commits mailing list