summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcelo Garlet Millani2017-12-09 16:45:05 +0100
committerMarcelo Garlet Millani2017-12-09 16:45:05 +0100
commit4322326159f32d1d08b7465c1d1b696751883e1a (patch)
tree42a9bbd7548ef8e1affd13c7c277b3d165a4fe6a
parentf6ccc92e72d4b84a580f9fbe50d77ce9470fc482 (diff)
downloadaur-4322326159f32d1d08b7465c1d1b696751883e1a.tar.gz
Dynamic flag.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9a29bb23049..b043cbf4e1a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haskell-simtreelo
pkgdesc = Loads data organized in a tree
pkgver = 0.1.1.2
- pkgrel = 1
+ pkgrel = 2
url = http://hackage.haskell.org/package/simtreelo
install = haskell-simtreelo.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 1cca07516213..11faee0e4658 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_hkgname=simtreelo
pkgname=haskell-simtreelo
pkgver=0.1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc='Loads data organized in a tree'
url="http://hackage.haskell.org/package/${_hkgname}"
license=('GPL3')
@@ -16,7 +16,8 @@ build() {
cd ${srcdir}/${_hkgname}-${pkgver}
runhaskell Setup configure -O --enable-split-objs --enable-shared \
- --prefix=/usr --docdir=/usr/share/doc/${pkgname} --libsubdir=\$compiler/site-local/\$pkgid
+ --prefix=/usr --docdir=/usr/share/doc/${pkgname} --libsubdir=\$compiler/site-local/\$pkgid \
+ --gch-option -dynamic
# runhaskell Setup configure --prefix=/usr --docdir=/usr/share/doc/${pkgname} -O --enable-shared --enable-split-objs --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build
runhaskell Setup haddock