diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-06-27 16:08:42 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 16:08:42 -0400 |
commit | 22e755c2387b7fb94253f3cb996bf7266a1d1c7f (patch) | |
tree | 4ef455b06b85c8a70d0e08d9471ee8bed81e4369 /haskell/haskell-terminfo/haskell-terminfo.SlackBuild | |
parent | e78088b2decec84e380a450c91de1df2fa0de0a9 (diff) |
haskell/haskell-terminfo: Adjust build for ghc 7.4.x.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-terminfo/haskell-terminfo.SlackBuild')
-rw-r--r-- | haskell/haskell-terminfo/haskell-terminfo.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/haskell-terminfo/haskell-terminfo.SlackBuild b/haskell/haskell-terminfo/haskell-terminfo.SlackBuild index c2c159cc94a5..e95babfb42e4 100644 --- a/haskell/haskell-terminfo/haskell-terminfo.SlackBuild +++ b/haskell/haskell-terminfo/haskell-terminfo.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=haskell-terminfo VERSION=${VERSION:-0.3.2.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} SRCNAM="$( echo $PRGNAM | cut -d- -f2- )" @@ -80,6 +80,7 @@ runghc Setup configure \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --libsubdir=ghc-${GHC_VERSION}/$SRCNAM-$VERSION \ --enable-shared \ + --enable-library-profiling \ --docdir=/usr/doc/$PRGNAM-$VERSION runghc Setup build |