Fix mis-copypaste

Fixes: 6dab179720 ("Update to 11.0.12.0.7")
This commit is contained in:
Mikhail Novosyolov 2021-10-03 03:37:49 +03:00
parent df83518f11
commit 65ced012b2

View file

@ -200,6 +200,16 @@
%global staticlibs_loop %{nil} %global staticlibs_loop %{nil}
%endif %endif
%if %{include_staticlibs}
# Extra target for producing the static-libraries. Separate from
# other targets since this target is configured to use in-tree
# AWT dependencies: lcms, libjpeg, libpng, libharfbuzz, giflib
# and possibly others
%global static_libs_target static-libs-image
%else
%global static_libs_target %{nil}
%endif
# http://openjdk.java.net/groups/build/doc/building.html # http://openjdk.java.net/groups/build/doc/building.html
# unlike portables,the rpms have to use static_libs_target very dynamically # unlike portables,the rpms have to use static_libs_target very dynamically
#if %{without bootstrap} #if %{without bootstrap}