From 395a1bc917c34f838ccad9bea54c2030bdd35426 Mon Sep 17 00:00:00 2001 From: DXwangg Date: Mon, 18 Sep 2023 16:24:48 +0800 Subject: [PATCH] fix jpackage Mainclass --- openjdk-17.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/openjdk-17.spec b/openjdk-17.spec index 868a549..36010ae 100644 --- a/openjdk-17.spec +++ b/openjdk-17.spec @@ -1384,11 +1384,8 @@ bash ../configure \ --with-debug-level=$debugbuild \ --with-native-debug-symbols=internal \ --enable-unlimited-crypto \ - --with-zlib=system \ --with-libjpeg=system \ - --with-giflib=system \ --with-libpng=system \ - --with-harfbuzz=system \ --with-extra-cxxflags="$EXTRA_CPP_FLAGS" \ --with-extra-cflags="$EXTRA_CFLAGS" \ --with-extra-ldflags="%{ourldflags}" \ -- Gitee