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

Vesa Kaihlavirta vesa at archlinux.org
Sun Dec 27 14:39:17 UTC 2009


    Date: Sunday, December 27, 2009 @ 09:39:16
  Author: vesa
Revision: 61879

--enable-split-objs

Modified:
  haskell-utf8-string/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-27 14:35:39 UTC (rev 61878)
+++ PKGBUILD	2009-12-27 14:39:16 UTC (rev 61879)
@@ -15,7 +15,7 @@
 
 build() {
     cd $srcdir/utf8-string-$pkgver
-    runhaskell Setup configure -p --enable-shared --prefix=/usr || return 1
+    runhaskell Setup configure -p --enable-split-objs --enable-shared --prefix=/usr || 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