mirror of
https://abf.rosa.ru/djam/java-11-openjdk.git
synced 2025-02-23 13:32:53 +00:00
parent
df83518f11
commit
65ced012b2
1 changed files with 10 additions and 0 deletions
|
@ -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}
|
||||||
|
|
Loading…
Add table
Reference in a new issue