diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-06-27 15:59:23 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 15:59:23 -0400 |
commit | 48bc28fee40969e284a934859a1cf62737db34bc (patch) | |
tree | 387357f97b419f7424f24d01ec50e46f5eb992a5 /haskell/haskell-haskell-src/haskell-haskell-src.SlackBuild | |
parent | 1709772bfe6eb3e5ddb0b21234c74d8ce4683356 (diff) |
haskell/haskell-haskell-src: Adjust build for ghc 7.4.x.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-haskell-src/haskell-haskell-src.SlackBuild')
-rw-r--r-- | haskell/haskell-haskell-src/haskell-haskell-src.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/haskell-haskell-src/haskell-haskell-src.SlackBuild b/haskell/haskell-haskell-src/haskell-haskell-src.SlackBuild index 8db507927d39..59cd15955fd6 100644 --- a/haskell/haskell-haskell-src/haskell-haskell-src.SlackBuild +++ b/haskell/haskell-haskell-src/haskell-haskell-src.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=haskell-haskell-src VERSION=${VERSION:-1.0.1.5} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} SRCNAM="$( echo $PRGNAM | cut -d- -f2- )" @@ -78,6 +78,7 @@ CXXFLAGS="$SLKCFLAGS" \ runghc Setup configure \ --prefix=/usr \ --enable-shared \ + --enable-library-profiling \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --libsubdir=ghc-${GHC_VERSION}/$SRCNAM-$VERSION \ --docdir=/usr/doc/$PRGNAM-$VERSION |