Skip to content

Commit

Permalink
fixed hardcode path
Browse files Browse the repository at this point in the history
  • Loading branch information
rizen committed Jan 2, 2012
1 parent 6af04cc commit 687098d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -360,7 +360,7 @@ buildImageMagick(){
$WRE_MAKE distclean
$WRE_MAKE clean
fi
GNUMAKE=$WRE_MAKE ./configure LD=ld --enable-delegate-build LDFLAGS=-L$PREFIX/lib CPPFLAGS=-I$PREFIX/include --enable-shared --prefix=/data/apps --with-jpeg --with-png --with-gif --with-perl --without-x --with-xml
GNUMAKE=$WRE_MAKE ./configure LD=ld --enable-delegate-build LDFLAGS=-L$PREFIX/lib CPPFLAGS=-I$PREFIX/include --enable-shared --prefix=$WRE_ROOT --with-jpeg --with-png --with-gif --with-perl --without-x --with-xml
$WRE_MAKE; checkError $? "Image Magick make"
$WRE_MAKE install; checkError $? "Image Magick make install"

Expand Down

0 comments on commit 687098d

Please sign in to comment.