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

Vesa Kaihlavirta vesa at archlinux.org
Sun Dec 27 14:44:06 UTC 2009


    Date: Sunday, December 27, 2009 @ 09:44:06
  Author: vesa
Revision: 61882

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

........
  r61881 | vesa | 2009-12-27 16:43:08 +0200 (Sun, 27 Dec 2009) | 2 lines
  
  --enable-split-objs
........

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

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


Property changes on: haskell-html/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /haskell-html/trunk:1-61864
   + /haskell-html/trunk:1-61881

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2009-12-27 14:43:08 UTC (rev 61881)
+++ testing-i686/PKGBUILD	2009-12-27 14:44:06 UTC (rev 61882)
@@ -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