Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8139932

Typo in makefile changes for 8043805 [Allow using a system-installed libjpeg]

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • None
    • client-libs
    • 2d
    • b93

      http://mail.openjdk.java.net/pipermail/jdk9-dev/2015-October/002936.html
      till seen with b87. The current makefile has a typo, referencing the wrong file.

      Please create a ticket and a webrev. I don't have access to these tools.

      Matthias

      libjpeg-fix.diff

      # DP: Fix libjavajpeg build using the system jpeg library.

      Index: b/jdk/make/lib/Awt2dLibraries.gmk
      ===================================================================
      --- a/jdk/make/lib/Awt2dLibraries.gmk
      +++ b/jdk/make/lib/Awt2dLibraries.gmk
      @@ -476,7 +476,7 @@ endif
       ifeq ($(USE_EXTERNAL_LIBJPEG), true)
         LIBJPEG_LIBS := -ljpeg
         BUILD_LIBJAVAJPEG_INCLUDE_FILES := \
      - imageIOJPEG.c \
      + imageioJPEG.c \
             jpegdecoder.c
         BUILD_LIBJAVAJPEG_HEADERS :=
       else

            omajid Omair Majid
            prr Philip Race
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: