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

OpenJDK build fails when bundling freetype libraries

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • None
    • infrastructure
    • None
    • b38

        After the fix for "JDK-8058756: OpenJDK builds fail on Windows - cannot copy freetype.dll" the build fails on Unix if the freetype library which should be bundled is a symbolic link. This is because 8058756 replaced the copy operation by a call to $(install-file) which preserves symlinks.

        The fix is easy: just roll back to the initial copy operation and insert an 'mkdir -p' for the target directory.

              simonis Volker Simonis
              simonis Volker Simonis
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: