diff options
author | tnut <tnut at nutyx dot com> | 2011-07-11 20:17:15 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-07-11 20:17:15 +0200 |
commit | d3a20be383bda28d6b436c5d0b8be9a5a731cdc8 (patch) | |
tree | cad636e89396aa1bf6f8be484dfffe7fc29b4c72 /base | |
parent | 0687f582ed051abf2d665bc5a3daf86e6b78e229 (diff) | |
download | nutyx-pakxe-d3a20be383bda28d6b436c5d0b8be9a5a731cdc8.tar.gz nutyx-pakxe-d3a20be383bda28d6b436c5d0b8be9a5a731cdc8.tar.bz2 nutyx-pakxe-d3a20be383bda28d6b436c5d0b8be9a5a731cdc8.tar.xz nutyx-pakxe-d3a20be383bda28d6b436c5d0b8be9a5a731cdc8.zip |
libmpc maj configure
Diffstat (limited to 'base')
-rw-r--r-- | base/libmpc/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/libmpc/Pkgfile b/base/libmpc/Pkgfile index 8aa0240bc..dca1c9f86 100644 --- a/base/libmpc/Pkgfile +++ b/base/libmpc/Pkgfile @@ -5,11 +5,11 @@ name=libmpc version=0.9 -release=1 +release=2 source=(http://www.multiprecision.org/mpc/download/mpc-$version.tar.gz) build() { cd mpc-$version - ./configure --prefix=/usr + EGREP=egrep ./configure --prefix=/usr make make DESTDIR=$PKG install # Remove the dir file |