From b7e4e9b2dc88f092a5ad1589c350214a45ccdf6a Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Jan 26 2023 02:59:50 +0000 Subject: Revert "Flip the use of system libraries back off by default," This reverts commit 19e1fb542ecca93fb6c9fda76682e9c3e20ed511. The transition to bundled libraries is an F37 feature that should not be backported. --- diff --git a/java-11-openjdk.spec b/java-11-openjdk.spec index ce8c686..5c8f27a 100644 --- a/java-11-openjdk.spec +++ b/java-11-openjdk.spec @@ -26,7 +26,7 @@ # Build a fresh libjvm.so for use in a copy of the bootstrap JDK %bcond_without fresh_libjvm # Build with system libraries -%bcond_with system_libs +%bcond_without system_libs # Workaround for stripping of debug symbols from static libraries %if %{with staticlibs}