/hg/release/icedtea7-forest-2.0/jdk: Fix bug whereby JPEG_LIBS w...

dbhole at icedtea.classpath.org dbhole at icedtea.classpath.org
Fri Mar 2 07:56:34 PST 2012


changeset b6d5d0ebd936 in /hg/release/icedtea7-forest-2.0/jdk
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/jdk?cmd=changeset;node=b6d5d0ebd936
author: Deepak Bhole <dbhole at redhat.com>
date: Fri Mar 02 10:18:25 2012 -0500

	Fix bug whereby JPEG_LIBS were not set by jdk_generic_profile.sh


diffstat:

 make/jdk_generic_profile.sh |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

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
 



More information about the distro-pkg-dev mailing list