7087597 imagemagick utilities are built 32-bit with 64-bit library paths
authorRich Burridge <rich.burridge@oracle.com>
Wed, 09 Nov 2011 05:37:15 -0800
changeset 574 565d8fefef39
parent 573 7f34894b01af
child 575 9b55b6329084
7087597 imagemagick utilities are built 32-bit with 64-bit library paths
components/imagemagick/Makefile
--- a/components/imagemagick/Makefile	Tue Nov 08 22:28:14 2011 -0800
+++ b/components/imagemagick/Makefile	Wed Nov 09 05:37:15 2011 -0800
@@ -74,6 +74,7 @@
 CONFIGURE_OPTIONS+= --enable-shared=yes
 CONFIGURE_OPTIONS+= --enable-static=no
 CONFIGURE_OPTIONS+= --without-gvc
+CONFIGURE_OPTIONS+= --x-libraries=$(CONFIGURE_LIBDIR.$(BITS)) 
 CONFIGURE_OPTIONS.32+= --with-perl=$(PERL)
 CONFIGURE_OPTIONS.32+= --with-perl-options="INSTALLDIRS=vendor"
 CONFIGURE_OPTIONS.64+= --without-perl