[arch-commits] Commit in haskell-binary/trunk (PKGBUILD)

Vesa Kaihlavirta vesa at archlinux.org
Wed Mar 24 11:52:20 UTC 2010


    Date: Wednesday, March 24, 2010 @ 07:52:20
  Author: vesa
Revision: 73278

upg for profiling and shared 

Modified:
  haskell-binary/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-24 11:40:30 UTC (rev 73277)
+++ PKGBUILD	2010-03-24 11:52:20 UTC (rev 73278)
@@ -1,7 +1,7 @@
 # Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 pkgname=haskell-binary
-pkgrel=1.1
+pkgrel=2
 pkgver=0.5.0.2
 pkgdesc="Binary serialisation for Haskell values using lazy ByteStrings"
 url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary"
@@ -14,7 +14,7 @@
 
 build() {
     cd $srcdir/binary-$pkgver
-    runhaskell Setup configure --prefix=/usr || return 1
+    runhaskell Setup configure --prefix=/usr -p --enable-split-objs --enable-shared || return 1
     runhaskell Setup build                   || return 1
     runhaskell Setup register   --gen-script || return 1
     runhaskell Setup unregister --gen-script || return 1




More information about the arch-commits mailing list