[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)
Vesa Kaihlavirta
vesa at archlinux.org
Sun Dec 27 14:31:22 UTC 2009
Date: Sunday, December 27, 2009 @ 09:31:21
Author: vesa
Revision: 61875
--enable-split-objs
Modified:
haskell-zlib/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-12-27 14:29:29 UTC (rev 61874)
+++ PKGBUILD 2009-12-27 14:31:21 UTC (rev 61875)
@@ -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