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

Vesa Kaihlavirta vesa at archlinux.org
Sun Dec 27 14:35:02 UTC 2009


    Date: Sunday, December 27, 2009 @ 09:35:02
  Author: vesa
Revision: 61877

--enable-split-objs

Modified:
  haskell-dataenc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-27 14:31:59 UTC (rev 61876)
+++ PKGBUILD	2009-12-27 14:35:02 UTC (rev 61877)
@@ -14,7 +14,7 @@
 
 build() {
     cd $srcdir/dataenc-$pkgver
-    runhaskell Setup configure -p --enable-shared --prefix=/usr || return 1
+    runhaskell Setup configure -p --enable-shared --enable-split-objs --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