RFC: Patch to fix error in jdk_generic_profile.sh

Deepak Bhole dbhole at redhat.com
Thu Mar 1 14:50:29 PST 2012


Hi,

This patch fixes a bug in the jdk_generic_profile.sh script. Fix is
pretty self-evident.

OK for 7 and 8 forest?

Thanks,
Deepak
-------------- next part --------------
diff -r 6503c4d91b96 make/jdk_generic_profile.sh
--- a/make/jdk_generic_profile.sh	Tue Feb 21 23:45:27 2012 +0000
+++ b/make/jdk_generic_profile.sh	Thu Mar 01 17:49:03 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
 


More information about the distro-pkg-dev mailing list