From 98cf8149460f6b804858a1ff0cd594912d608c67 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Sun, 6 Oct 2013 13:56:28 -0400 Subject: [PATCH] Use system libjpeg --- java-1.8.0-openjdk.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index d77ac4d..b1da59d 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -435,6 +435,7 @@ bash ../../configure \ --with-debug-level=%{debugbuild} \ --enable-unlimited-crypto \ --with-zlib=system \ + --with-libjpeg=system \ --with-giflib=system \ --with-libpng=system \ --with-lcms=system \ @@ -922,6 +923,7 @@ exit 0 %changelog * Sun Oct 06 2013 Omair Majid - 1:1.8.0.0-0.19.b106 - Fix with_systemtap conditionals