Icedtea7-forest - busted jdk_generic_profile.sh JPEG_LIBS logic...

Chris Phillips chphilli at redhat.com
Tue Feb 14 09:40:57 PST 2012


Hi
Just a heads-up regarding building from icedtea7-forest "manually":

 jdk/make/jdk_generic_profile.sh:

   420  # Export variables for system jpeg
   421  # JPEG_CFLAGS and JPEG_LIBS tell the compiler how to compile and
   422  # link against libjpeg
   423  if [ "${JPEG_LIBS}" = "" ] ; then
   424      ZLIB_LIBS="-ljpeg"
   425  fi
   426  export JPEG_LIBS

Probably wants:
   424      JPEG_LIBS="-ljpeg"

(this is all changed in current jdk, so don't know if its worth fixing)

Chris

-- 
--
--     Woda: "Java: write once, debug anywhere" Hong Zhang
                     http://thehenrys.ca
 | Chris Phillips @ T.O. Red Hat OpenJDK JVM Engineer,            |
 | mailto:ChPhilli at RedHat.Com                  (416)483-3768      |
 | http://LGonQn.Org/www/Chris.Phillips  cell: (416)505-3610      |
 "EPIC stands for Expects Perfectly Intuitive Compilers" P. Bannon
                  http://www.hazmatmodine.com
 NOTICE:
 This email message is for the sole use of the intended recipient(s)
 and may contain confidential and privileged information.  Any
 unauthorized review, use, disclosure or distribution is prohibited.
 If you are not the intended recipient, please contact the sender by
 reply email and destroy all copies of the original message.
                   "blah blah blah - Ginger!"
--
--





More information about the distro-pkg-dev mailing list