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

Vesa Kaihlavirta vesa at archlinux.org
Sun Dec 27 14:28:53 UTC 2009


    Date: Sunday, December 27, 2009 @ 09:28:53
  Author: vesa
Revision: 61873

--enable-split-objs

Modified:
  haskell-mmap/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-27 14:25:49 UTC (rev 61872)
+++ PKGBUILD	2009-12-27 14:28:53 UTC (rev 61873)
@@ -17,7 +17,7 @@
 
 build() {
     cd $srcdir/mmap-$pkgver
-    runhaskell Setup configure --prefix=/usr -p --enable-shared || return 1
+    runhaskell Setup configure --prefix=/usr -p --enable-shared --enable-split-objs || 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