From c9d5af23e8dd17fad07189d41b4d90ac9ba5bd23 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 22 Jul 2017 01:27:36 +0000 Subject: [PATCH] community/rust: fix --- community/rust/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/rust/PKGBUILD b/community/rust/PKGBUILD index 66da2df1e..9ef5a686a 100644 --- a/community/rust/PKGBUILD +++ b/community/rust/PKGBUILD @@ -6,6 +6,7 @@ # ALARM: Kevin Mihelich # - add a link to g++ to compensate for broken cross-compiler decisions +# - makedepend on cmake buildarch=28 highmem=1 @@ -20,7 +21,7 @@ url='https://www.rust-lang.org/' arch=('x86_64' 'i686') license=('MIT' 'Apache') -makedepends=('rust' 'cargo' 'libffi' 'perl' 'python2' 'curl' 'llvm' 'jemalloc') +makedepends=('rust' 'cargo' 'libffi' 'perl' 'python2' 'curl' 'llvm' 'jemalloc' 'cmake') options=('!emptydirs')