commit | 0c832c68ae950d35e8166671cdcb29ec46ef7b3f | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Fri Mar 07 22:21:04 2014 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Fri Mar 07 22:21:04 2014 +0000 |
tree | 61079aaa5889e7e9570d48c43507fdf7af965fb5 | |
parent | 022723156221b8cf88d3cdd7facd20583a877b72 [diff] [blame] |
diff --git a/configure b/configure index 16ddf16..a482eaf 100755 --- a/configure +++ b/configure
@@ -3702,7 +3702,7 @@ MAGICK_VERSION=7.0.0-0 -MAGICK_SVN_REVISION=15035M +MAGICK_SVN_REVISION=15038M # Substitute library versioning @@ -10524,6 +10524,9 @@ +#remove static link on Linux +CL_LIBS=`echo $CL_LIBS | $SED -e 's/-lOpenCL //'` + CFLAGS="$CL_CFLAGS $CFLAGS" CPPFLAGS="$CL_CFLAGS $CPPFLAGS"