Allow using a system-installed giflib
Brad Wetmore
bradford.wetmore at oracle.com
Tue Apr 9 22:01:17 UTC 2013
Mike/Omair/Eric,
This putback has likely broken the old JDK build (i.e. in jdk/make)
JDK-8011812: JDK-8011278 breaks the old build
At least deploy and JCE are still stuck on the old build.
One workaround that is said to work:
diff --git a/make/sun/splashscreen/Makefile b/make/sun/splashscreen/Makefile
--- a/make/sun/splashscreen/Makefile
+++ b/make/sun/splashscreen/Makefile
@@ -89,7 +89,7 @@
-I$(OPENWIN_HOME)/include/X11/extensions
OTHER_LDLIBS += -L$(OPENWIN_LIB) -lX11 -lXext $(LIBM) -pthread
else
- CPPFLAGS += -I$(OPENWIN_HOME)/include
-I$(OPENWIN_HOME)/include/X11/extensions
+ CPPFLAGS += -I$(OPENWIN_HOME)/include
-I$(OPENWIN_HOME)/include/X11/extensions
-I$(JDK_TOPDIR)/src/share/native/sun/awt/giflib
OTHER_LDLIBS += -L$(OPENWIN_LIB) -lX11 -lXext $(LIBM) -lpthread
endif
else # PLATFORM
Since Eric is the RE for 8011278, I'm going to assign him this one.
Thanks,
Brad
On 4/2/2013 10:45 AM, Mike Duigou wrote:
> Done!
>
> JDK-8011278 : Allow using a system-installed giflib
>
> On Apr 2 2013, at 10:21 , Omair Majid wrote:
>
>> On 03/20/2013 03:49 AM, Erik Joelsson wrote:
>>> This looks good to me. Thanks!
>>
>> I would like to push this. Could I get a bug ID, please?
>>
>> Thanks,
>> Omair
>> --
>> PGP Key: 66484681 (http://pgp.mit.edu/)
>> Fingerprint = F072 555B 0A17 3957 4E95 0056 F286 F14F 6648 4681
>
More information about the build-dev
mailing list