diff options
| -rw-r--r-- | community/cloudi/APKBUILD | 12 |
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) |
