[arch-commits] Commit in haskell-parsec/repos (testing-i686 testing-i686/PKGBUILD)

Vesa Kaihlavirta vesa at archlinux.org
Sun Dec 27 14:46:22 UTC 2009


    Date: Sunday, December 27, 2009 @ 09:46:22
  Author: vesa
Revision: 61884

Merged revisions 61883 via svnmerge from 
svn+ssh://vesa@gerolde.archlinux.org/srv/svn-packages/haskell-parsec/trunk

........
  r61883 | vesa | 2009-12-27 16:45:44 +0200 (Sun, 27 Dec 2009) | 2 lines
  
  --enable-split-objs
........

Modified:
  haskell-parsec/repos/testing-i686/	(properties)
  haskell-parsec/repos/testing-i686/PKGBUILD

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


Property changes on: haskell-parsec/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /haskell-parsec/trunk:1-61866
   + /haskell-parsec/trunk:1-61883

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2009-12-27 14:45:44 UTC (rev 61883)
+++ testing-i686/PKGBUILD	2009-12-27 14:46:22 UTC (rev 61884)
@@ -14,7 +14,7 @@
 
 build() {
     cd $srcdir/parsec-$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