changeset 4589:b6d5d0ebd936 default tip

Fix bug whereby JPEG_LIBS were not set by jdk_generic_profile.sh
author Deepak Bhole <dbhole@redhat.com>
date Fri, 02 Mar 2012 10:18:25 -0500
parents 891fb0050add
children
files make/jdk_generic_profile.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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