From 75d9b5a9953882fd7948e78ddd9ee3d8bbdba923 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 17 Nov 2010 14:56:10 +0100 Subject: [PATCH] gmp: fix deps Signed-off-by: Stephan Raue --- packages/toolchain/math/gmp/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/toolchain/math/gmp/meta b/packages/toolchain/math/gmp/meta index 86ba00261b..da8ed0be57 100644 --- a/packages/toolchain/math/gmp/meta +++ b/packages/toolchain/math/gmp/meta @@ -6,7 +6,7 @@ PKG_LICENSE="LGPL" PKG_SITE="http://www.swox.com/gmp/" PKG_URL="http://ftp.sunet.se/pub/gnu/gmp/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_DEPENDS="" -PKG_BUILD_DEPENDS="" +PKG_BUILD_DEPENDS="ccache" PKG_PRIORITY="optional" PKG_SECTION="toolchain/math" PKG_SHORTDESC="gmp: The GNU MP (multiple precision arithmetic) library"