diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-06-27 15:53:57 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 15:53:57 -0400 |
commit | d7baa274540be47173cdf5e57ee3a400e8919850 (patch) | |
tree | a4c53ce53d28d677afab7a9a6c3674a775d7c9c0 /haskell/haskell-Diff/haskell-Diff.SlackBuild | |
parent | 48f614f4afe063cbbd4914d35121e760bc81f607 (diff) | |
download | slackbuilds-d7baa274540be47173cdf5e57ee3a400e8919850.tar.gz |
haskell/haskell-Diff: Adjust build for ghc 7.4.x.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-Diff/haskell-Diff.SlackBuild')
-rw-r--r-- | haskell/haskell-Diff/haskell-Diff.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/haskell-Diff/haskell-Diff.SlackBuild b/haskell/haskell-Diff/haskell-Diff.SlackBuild index f50b3f5f58..a120eec378 100644 --- a/haskell/haskell-Diff/haskell-Diff.SlackBuild +++ b/haskell/haskell-Diff/haskell-Diff.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=haskell-Diff VERSION=${VERSION:-0.1.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 |