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

Vesa Kaihlavirta vesa at archlinux.org
Sun Dec 27 14:43:09 UTC 2009


    Date: Sunday, December 27, 2009 @ 09:43:08
  Author: vesa
Revision: 61881

--enable-split-objs

Modified:
  haskell-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-27 14:39:57 UTC (rev 61880)
+++ PKGBUILD	2009-12-27 14:43:08 UTC (rev 61881)
@@ -14,7 +14,7 @@
 
 build() {
     cd $srcdir/html-$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