From 8465e39c25447b2a4c6806e8b16e70514263b7af Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 8 Apr 2012 20:34:09 +0200 Subject: [PATCH] ppl: fix configure options Signed-off-by: Stephan Raue --- packages/toolchain/math/ppl/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/toolchain/math/ppl/build b/packages/toolchain/math/ppl/build index d8de804028..35b1159527 100755 --- a/packages/toolchain/math/ppl/build +++ b/packages/toolchain/math/ppl/build @@ -35,7 +35,7 @@ mkdir -p objdir && cd objdir --enable-shared \ --disable-static \ --enable-interfaces="c,cxx" \ - --with-libgmp-prefix="$ROOT/$TOOLCHAIN" \ + --with-gmp-prefix="$ROOT/$TOOLCHAIN" \ make -j1 make install