# HG changeset patch # User Deepak Bhole # Date 1330701505 18000 # Node ID b6d5d0ebd9367dd7dc828b3634c63672df454740 # Parent 891fb0050add028a11e4a91c7104fd71627c8867 Fix bug whereby JPEG_LIBS were not set by jdk_generic_profile.sh diff -r 891fb0050add -r b6d5d0ebd936 make/jdk_generic_profile.sh --- a/make/jdk_generic_profile.sh Tue Feb 14 14:01:44 2012 +0000 +++ b/make/jdk_generic_profile.sh Fri Mar 02 10:18:25 2012 -0500 @@ -421,7 +421,7 @@ # JPEG_CFLAGS and JPEG_LIBS tell the compiler how to compile and # link against libjpeg if [ "${JPEG_LIBS}" = "" ] ; then - ZLIB_LIBS="-ljpeg" + JPEG_LIBS="-ljpeg" fi export JPEG_LIBS