/hg/release/icedtea7-forest-2.1/jdk: Fix bug whereby JPEG_LIBS w...
dbhole at icedtea.classpath.org
dbhole at icedtea.classpath.org
Fri Mar 2 07:56:48 PST 2012
changeset 2d8ad70a2243 in /hg/release/icedtea7-forest-2.1/jdk
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.1/jdk?cmd=changeset;node=2d8ad70a2243
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 50f6f276a06c -r 2d8ad70a2243 make/jdk_generic_profile.sh
--- a/make/jdk_generic_profile.sh Wed Feb 15 08:26:50 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