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

Vesa Kaihlavirta vesa at archlinux.org
Sun Dec 27 14:31:59 UTC 2009


    Date: Sunday, December 27, 2009 @ 09:31:59
  Author: vesa
Revision: 61876

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

........
  r61875 | vesa | 2009-12-27 16:31:21 +0200 (Sun, 27 Dec 2009) | 2 lines
  
  --enable-split-objs
........

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

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Property changes on: haskell-zlib/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /haskell-zlib/trunk:1-61183
   + /haskell-zlib/trunk:1-61875

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2009-12-27 14:31:21 UTC (rev 61875)
+++ testing-i686/PKGBUILD	2009-12-27 14:31:59 UTC (rev 61876)
@@ -2,7 +2,7 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 # Package originally generated by cabal2arch 0.4.1
 pkgname=haskell-zlib
-pkgrel=1.1
+pkgrel=2
 pkgver=0.5.2.0
 pkgdesc="Compression and decompression in the gzip and zlib formats"
 url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/zlib"
@@ -15,7 +15,7 @@
 
 build() {
     cd $srcdir/zlib-$pkgver
-    runhaskell Setup configure --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