aboutsummaryrefslogtreecommitdiffstats
path: root/community/cloudi
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-08-23 11:11:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-08-23 12:15:50 +0000
commit725e6f8db2bbd8fa6e893d7948dbe87b893e89d5 (patch)
tree1a64b4e279165d3fd0a31de7102e29474c33d430 /community/cloudi
parent97f58fc8c025f40822ee6901f3e9852350e0b6c2 (diff)
downloadaports-725e6f8db2bbd8fa6e893d7948dbe87b893e89d5.tar.bz2
aports-725e6f8db2bbd8fa6e893d7948dbe87b893e89d5.tar.xz
community/cloudi: rebuild against boost-1.67 and disable haskell
build with haskell fails with this error: cabal: can't find include file HsNetworkConfig.h
Diffstat (limited to 'community/cloudi')
-rw-r--r--community/cloudi/APKBUILD12
1 files changed, 1 insertions, 11 deletions
diff --git a/community/cloudi/APKBUILD b/community/cloudi/APKBUILD
index b795e70e80..28d692c10c 100644
--- a/community/cloudi/APKBUILD
+++ b/community/cloudi/APKBUILD
@@ -29,7 +29,7 @@
pkgname=cloudi
pkgver=1.7.3
-pkgrel=3
+pkgrel=4
pkgdesc="Cloud computing framework for efficient, scalable, and stable soft-realtime event processing."
url="https://cloudi.org/"
license="MIT"
@@ -79,16 +79,6 @@ builddir="$srcdir/cloudi-$pkgver/src"
# configure additional dependencies based on the package architecture
CONFIGURE_ARGS=""
-# Enable Haskell on the appropriate architectures
-case "$CTARGET_ARCH" in
-x86_64)
- # Haskell is available on armhf though the compilation of the
- # external Haskell dependencies fails with a gcc linker error
- # (commit a55ed2043ebe1432fe30400d2aee3b080da32062)
- makedepends="$makedepends ghc cabal zlib-dev"
- CONFIGURE_ARGS="$CONFIGURE_ARGS --enable-haskell-support"
- ;;
-esac
# Enable OCaml on the appropriate architectures
case "$CTARGET_ARCH" in
x86 | armhf | s390x)