[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-2d-dev
Subject:    [OpenJDK 2D-Dev] RFR : 8034227: JDK9 Windows build failure in libdcpr
From:       Phil Race <philip.race () oracle ! com>
Date:       2014-02-11 20:36:27
Message-ID: 52FA89CB.4080809 () oracle ! com
[Download RAW message or body]

The closed source library dcpr (ductus) needs to reference a JNU function
So an update is needed to a build file :

This needs a quick review as I (ahem) pushed the closed part but
not this ... not of relevance to open source users but on windows
the closed sources won't build without this change.
Other platforms don't need this since it seems they all get this lib anyway

-phil.

diff -r 5ff0d5f1a97f make/lib/Awt2dLibraries.gmk
--- a/make/lib/Awt2dLibraries.gmk       Tue Feb 11 10:43:15 2014 -0800
+++ b/make/lib/Awt2dLibraries.gmk       Tue Feb 11 12:27:51 2014 -0800
@@ -1316,6 +1316,7 @@
        LDFLAGS := $(LDFLAGS_JDKLIB) \
            $(call SET_SHARED_LIBRARY_ORIGIN), \
        LDFLAGS_SUFFIX := $(LIBM) $(LDFLAGS_JDKLIB_SUFFIX), \
+      LDFLAGS_SUFFIX_windows := $(WIN_JAVA_LIB), \
        LDFLAGS_SUFFIX_posix := -lm, \
        VERSIONINFO_RESOURCE := 
$(JDK_TOPDIR)/src/windows/resource/version.rc, \
        RC_FLAGS := $(RC_FLAGS) \
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic